Untitled

Anonymous
plain_text
05/01/2023 8:47 PM
92 B
18
Indexable
t=linspace(0,4,10000);
x=4*sin(2*pi*t)+2;
y= x>2
plot(t(y),x(y));
Editor is loading...