Feeds
提问
Finding an initial point, then skipping a certain amount of points.
So here is what I've done so far. t=1:.5:50; randn('state',0); x=sin(2*pi*t); x=2*randn(size(t)); plot(x) In order to c...
14 years 前 | 1 个回答 | 0
1
个回答提问
How to skip certain return points using the "find" command
I have a random wave form that has an amplitude of 5. I wish to find every point that is over the threshold of 2 and under -2, b...
14 years 前 | 2 个回答 | 0
