フィルターのクリア

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