Initial commit
This commit is contained in:
4
plotxy10.m
Normal file
4
plotxy10.m
Normal file
@@ -0,0 +1,4 @@
|
||||
x=0:0.1:4*pi;
|
||||
y=sin(x);
|
||||
plot(x,y);
|
||||
axis([-inf,inf,0,1]);
|
||||
Reference in New Issue
Block a user