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'.
>>

답변 (2개)

Star Strider
Star Strider 2019년 8월 9일
The pid function is part of the Control System Toolbox. It was introduced in R2010b.

Neuropragmatist
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
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 CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by