Problem with vector definition for PID controller problem
6 次查看(过去 30 天)
显示 更早的评论

0 个评论
采纳的回答
Srivardhan Gadila
2021-11-17
The InputDelay must either be a scalar for a SISO system or a Nu-by-1 vector for multi-input system, where the numerator, denominator is specified as an Ny-by-Nu cell array of row vectors to specify a MIMO transfer function, where Ny is the number of outputs and Nu is the number of inputs.
In this case the value of Ny = 7 and Nu = 1. Hence the size of 'InputDelay' vector cannot can be 7x1.
Refer to the documentation of tf and description of numerator, denominator & InputDelay for more information.
0 个评论
更多回答(0 个)
另请参阅
类别
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!