Re: Findpeaks function
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
Am 24.02.21 um 19:23 schrieb Blaz: > For the second part I have come up to defining zerocrossing t values for > both signals separately. Now I would need to crossreference them and leave > in result2 only those who are the same in both vectors (indx and indy). > > indx=zerocrossing(t,x); > indy=zerocrossing(t,y); > > result2 = ?? help intersect