Initial condition estimation using tfest

조회 수: 3 (최근 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 CenterFile Exchange에서 Transfer Function Models에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by