Initial condition estimation using tfest
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maryam Abdollahi
el 4 de Mzo. de 2021
Comentada: Maryam Abdollahi
el 10 de Mzo. de 2021
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.
The given example in https://www.mathworks.com/help/ident/ug/apply-initial-conditions-when-simulating-identified-LTI-Models.html cannot be run either.
I cannot find the problem. I appreciate if anyone can help.
0 comentarios
Respuesta aceptada
Sindhu Karri
el 9 de Mzo. de 2021
Editada: Sindhu Karri
el 10 de Mzo. de 2021
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Transfer Function Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!