How can i use the PID controller function
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to use the PID controller in matlab but when i do, i get the message "undefined function or variable". Is there some download that i can install or if someone could give me a solution I'd appreciate it, got some assignments i need to complete.
Thanks in advance
댓글 수: 2
David Sanchez
2013년 6월 17일
Could you please give any example of how you are using the function? It is a bit difficult to guess anything by the information provided.
채택된 답변
Arkadiy Turevskiy
2013년 6월 27일
pid objects and PID Tool were added to Control System Toolbox in release 2010b. Upgrade to that release or later to be able to use pid objects.
You can still do what the example describes, you will just have to represent PID controllers as transfer functions, as discussed at the top of the example.
댓글 수: 0
추가 답변 (2개)
참고 항목
카테고리
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!