Initial condition estimation using tfest

4 ビュー (過去 30 日間)
Maryam Abdollahi
Maryam Abdollahi 2021 年 3 月 4 日
コメント済み: Maryam Abdollahi 2021 年 3 月 10 日
Hi,
I am trying to find initial condition information using tfest estimation. However, once I use "[sys_tf,ic] = tfest(data,np,nz);" I will get the error:
Error using tfest
Too many output arguments.
I cannot find the problem. I appreciate if anyone can help.

採用された回答

Sindhu Karri
Sindhu Karri 2021 年 3 月 9 日
編集済み: Sindhu Karri 2021 年 3 月 10 日
The output parameter for tfest function is sys till R202a and from R202b it has sys and ic as its output parameters.This difference in output arguments is causing the error. To fix it , upgrade to MATLAB latest version. Refer to below link to upgrade MATLAB
Refer to below help document links of tfest function in R2020a and R2020b versions for better understanding
  1 件のコメント
Maryam Abdollahi
Maryam Abdollahi 2021 年 3 月 10 日
Many thanks for your help. it fixed the error.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTransfer Function Models についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by