Transfer function error ' The values of the "num" and "den" properties must be row vectors or cell arrays of row vectors,'
Mostrar comentarios más antiguos

Hi,
I am a beginner in Matlab. I would like to ask a question regarding PID controller. I tried to type in for the below controller(as per image) but I am encountering an error which is ??? Error using ==> tf.tf at 239 The values of the "num" and "den" properties must be row vectors or cell arrays of row vectors, where each vector is nonempty and containing numeric data. Type "ltiprops tf" for more information.
Error in ==> Untitled4 at 7 G=tf(Gnum,Gden);
Please help on which part I did wrong. Thank you very much.
Best Regards, Phyo
Respuestas (1)
Arkadiy Turevskiy
el 26 de Nov. de 2014
0 votos
Can you paste your MATLAB code that is not working? Is the issue related to you using pid function in 2009a release, like your other question suggests?
Categorías
Más información sobre PID Controller Tuning en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!