Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

multiple experiments for estimation with the option 'InitialState' = 'estimate'.

조회 수: 2 (최근 30일)
Rex Chin-Hao
Rex Chin-Hao 2017년 7월 30일
마감: Walter Roberson 2017년 7월 30일
I am working with greybox modeling. I encountered an error. 'Error using iddata/greyest (line 40)' 'Index exceeds matrix dimensions' I wonder how can I fix it.
Whenever I used multiple experiments for estimation with the option 'InitialState' = 'estimate'. But If I indicate 'InitialState' = 'zero' then everything is fine.
opt = greyestOptions('Display','on','InitialState','zero','DisturbanceModel','none','SearchMethod','fmincon');
data=MdlPrp_CLC.allIddt(:,1,1,1:23);
mdl2 = greyest(data, init_sys2,opt);
>> 'Error using iddata/greyest (line 40)'
'Index exceeds matrix dimensions'
opt = greyestOptions('Display','on','InitialState','estimate','DisturbanceModel','none','SearchMethod','fmincon');
data=MdlPrp_CLC.allIddt(:,1,1,1:23);
mdl2 = greyest(data, init_sys2,opt);
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 7월 30일
Duplicates https://www.mathworks.com/matlabcentral/answers/350818-multiple-experiments-for-estimation-with-the-option-initialstate-estimate

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by