I Want to find stable output of transfer function using oid but the comment is '??? Undefined function or variable 'pid'.'
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
>> pid
??? Undefined function or variable 'pid'.
>> pid
??? Undefined function or variable 'pid'.
>>
0 Kommentare
Antworten (2)
Neuropragmatist
am 9 Aug. 2019
Bearbeitet: Neuropragmatist
am 9 Aug. 2019
You want to use the function 'pid':
but you get an error?
Did you check that you have the control system toolbox, which pid is a part of? You can type 'ver' at the command console and the result will tell you what toolboxes you have.
M.
3 Kommentare
Neuropragmatist
am 12 Aug. 2019
You will have to buy the toolbox, you can do this on this website (i.e. click on 'products' at the top of the webpage) or by going to your Matlab, click on the 'Apps' tab in the console window and select 'get more apps'.
M.
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!