what does this error mean?

조회 수: 1 (최근 30일)
Enez Furkan Cihan
Enez Furkan Cihan 2017년 7월 31일
댓글: Walter Roberson 2017년 7월 31일
"Array formation and parentheses-style indexing with objects of class 'phased.RootMUSICEstimator' is not allowed. Use objects of class 'phased.RootMUSICEstimator' only as scalars or use a cell array." I get this error when try to estimate DOA with MUSIC algorithm.
rootmusicangle = phased.RootMUSICEstimator('SensorArray',ula,...
'OperatingFrequency',fc,...
'NumSignalsSource','Property','NumSignals',2);
Thanks in advance

채택된 답변

Walter Roberson
Walter Roberson 2017년 7월 31일
Somehow, phased.RootMUSICEstimator has stopped being a constructor that takes options, and has become a particular phased.RootMUSICEstimator object, and it thinks the 'SensorArray',ula and so on are indices into an array of such objects.
Perhaps at some point there has been a
phased.RootMUSICEstimator = .... something
call ?
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 7월 31일
Sorry, my system is occupied with a long-running task; I cannot test at the moment.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Direction of Arrival Estimation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by