Untitled

 avatar
unknown
plain_text
2 years ago
68 B
5
Indexable
t=linspace(0,4,10000);
x=4*sin(2*pi*t)+2;
y= x>2
plot(t(y),x(y));
Editor is loading...