File:Fa derivative13.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 512 × 397 pixels. Other resolutions: 310 × 240 pixels | 619 × 480 pixels | 991 × 768 pixels | 1,280 × 993 pixels | 2,560 × 1,985 pixels.
Original file (SVG file, nominally 512 × 397 pixels, file size: 55 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFa derivative13.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 codehold on
alpha = 0.3;
x = -1:0.01:1;
y = exp(x);
h = plot(x, y, 'k');
set(h,'linewidth',2.5); % <- Set linewidth here
L = 1.5;
% Tangent line
a = 0;
x1 = (a-L/2):0.01:(a+L/2+0.2);
b1 = exp(a);
y1 = (exp(a))*(x1-a) + b1;
h = plot(x1, y1, 'g');
set(h,'linewidth',2); % <- Set linewidth here
h = line([a a+L-.55], exp(a)+[0 0]);
set(h,'linewidth',2); % <- 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 | 18:08, 4 October 2011 | 512 × 397 (55 KB) | Leyth (talk | contribs) | ||
08:38, 1 October 2011 | 512 × 384 (7 KB) | Taha bahadori (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.