I Want to find stable output of transfer function using oid but the comment is '??? Undefined function or variable 'pid'.'
1 次查看(过去 30 天)
显示 更早的评论
>> pid
??? Undefined function or variable 'pid'.
>> pid
??? Undefined function or variable 'pid'.
>>
0 个评论
回答(2 个)
Neuropragmatist
2019-8-9
编辑:Neuropragmatist
2019-8-9
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 个评论
Neuropragmatist
2019-8-12
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!