File:Plot2.png
Summary
Description |
I create with gnu octave and gimp. matlab code: x1 = [1,2,3,4];
y1 = [1,2,3,4];
y2 = [4,3,2,1];
plot(x1,y1,x1,y2);
ylabel('y-axis');
xlabel('x-axis');
title ('y1 and y2');
legend('y1 ' ,' y2 ',2);
text(2.5,2.5,'y1=y2');
grid on;
|
Date | (UTC) |
Source | Own work |
Author | שומבלע |
Licensing
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
![]() ![]() ![]() |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |