2021-11-11 20:44:40 +03:00

6 lines
70 B
Matlab

if(!exist("x", "var"))
x = [0:0.1:2*pi];
endif
y = cos(x);
plot(x,y);