File:Fa derivative17.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 512 × 384 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.
Original file (SVG file, nominally 512 × 384 pixels, file size: 8 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionFa derivative17.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 codeL1 = -2;
x = L1 + (-1:0.01:1);
y = -sqrt(abs(x-L1))+1;
L2 = 2;
u = L2 + (-1:0.01:1);
v = sqrt(abs(u-L2));
h = plot(x, y, 'k');
set(h,'linewidth',2.5); % <- Set linewidth here
hold on
h = plot(u, v, 'k');
set(h,'linewidth',2.5); % <- Set linewidth here
h = line([L1, L1], [-0.5 1.5]);
set(h,'linewidth',2); % <- Set linewidth here
h = line([L2, L2], [-0.5 1.5]);
set(h,'linewidth',2); % <- Set linewidth here
axis equal
axis off
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 | 08:38, 1 October 2011 | 512 × 384 (8 KB) | Taha bahadori (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Matlab Figure Converted by PLOT2SVG written by Juerg Schwizer |
---|