Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
68 B
2
Indexable
Never
t=linspace(0,4,10000);
x=4*sin(2*pi*t)+2;
y= x>2
plot(t(y),x(y));