Initial commit
This commit is contained in:
3
plotxy01.m
Normal file
3
plotxy01.m
Normal file
@@ -0,0 +1,3 @@
|
||||
x = linspace(0,2 * pi);
|
||||
y = sin(x);
|
||||
plot(x,y);
|
||||
Reference in New Issue
Block a user