Initial commit
This commit is contained in:
4
plotxy08.m
Normal file
4
plotxy08.m
Normal file
@@ -0,0 +1,4 @@
|
||||
x = linspace(0,2*pi);
|
||||
y1=sin(x);
|
||||
y2=exp(-x);
|
||||
plotyy(x,y1,x,y2);
|
||||
Reference in New Issue
Block a user