필터 지우기
필터 지우기

seqperiod function error for complex data

조회 수: 1 (최근 30일)
Sk. Sarif Hassan
Sk. Sarif Hassan 2015년 9월 15일
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by