Problem with vector definition for PID controller problem
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ashwin Jose
am 14 Nov. 2021
Beantwortet: Srivardhan Gadila
am 17 Nov. 2021
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/799869/image.png)
0 Kommentare
Akzeptierte Antwort
Srivardhan Gadila
am 17 Nov. 2021
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu PID Controller Tuning finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!