File:Fa derivative6.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 512 × 328 pixels. Other resolutions: 320 × 205 pixels | 640 × 410 pixels | 1,024 × 656 pixels | 1,280 × 820 pixels | 2,560 × 1,640 pixels.
Original file (SVG file, nominally 512 × 328 pixels, file size: 28 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFa derivative6.svg |
English: The MATLAB R2011a code used for generation of the figure |
Date | |
Source | Own work |
Author | Taha bahadori |
SVG development InfoField | |
Source code InfoField | MATLAB codefigure
hold on
alpha = 0.3;
x = 0:0.01:(pi);
y = sin(x) + alpha*x;
h = plot(x, y, 'k');
set(h,'linewidth',2.5); % <- Set linewidth here
L = 1.3;
% Tangent line
a = pi/2;
x1 = (a-L/2):0.01:(a+L/2);
b1 = sin(a) + alpha*a;
y1 = (cos(a) + alpha)*(x1-a) + b1;
h = plot(x1, y1, 'g');
set(h,'linewidth',2.5); % <- Set linewidth here
% Prependecular Line
L =0.3;
a = pi/2;
x1 = (a-L/2):0.01:(a+L/2);
b1 = sin(a) + alpha*a;
y1 = -1/(cos(a) + alpha)*(x1-a) + b1;
h = plot(x1, y1, 'b');
set(h,'linewidth',2.5); % <- Set linewidth here
axis equal
axis off
% MATLAB does not have built-in SVG support. Use the following package to
% convert FIG files to SVG
plot2svg
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:38, 2 October 2011 | 512 × 328 (28 KB) | Leyth (talk | contribs) | - axis, resizing. | |
19:14, 1 October 2011 | 512 × 347 (33 KB) | Leyth (talk | contribs) | Some Adjustments and reformation. | ||
17:17, 1 October 2011 | 512 × 347 (33 KB) | Leyth (talk | contribs) | + Coordinate Axis & Text. | ||
02:53, 30 September 2011 | 512 × 384 (9 KB) | Taha bahadori (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on fa.wikipedia.org