what is the format of yfinal in stepinfo function?

What is the correct format for yfinal in the stepinfo function given that y and t are 1 dimension vector output from simulink? stepinfo throws me the exception: "The input arguments "Y" and "YFINAL" of the "stepinfo" and "lsiminfo" command must have compatible sizes." I am unable to figure out what is the problem. The yfinal I am using is a step function generated by the simulink function generator.

回答 (1 件)

Kiran
Kiran 2015 年 12 月 30 日

0 投票

I hope following explanation would make it clear.
" For SISO responses, t and y are vectors with the same length NS. For systems with NU inputs and NY outputs, you can specify y as an NS-by-NY-by-NU array (see step) and yfinal as an NY-by-NU array. stepinfo then returns a NY-by-NU structure array S of performance metrics for each I/O pair."
Documentation link:

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

製品

質問済み:

2015 年 12 月 3 日

回答済み:

2015 年 12 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by