Azzera filtri
Azzera filtri

seqperiod function error for complex data

1 visualizzazione (ultimi 30 giorni)
Sk. Sarif Hassan
Sk. Sarif Hassan il 15 Set 2015
z=[1+i, 2+3i, 1+i, 3+4i];
[r, num]= seqperiod(real(z)');
[s, num]= seqperiod(imag(z)');
It returns r as 4 and num as 1. Same is coming for s.
But I expect r=2 and num=1
I need your help.

Risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by