필터 지우기
필터 지우기

Finding operating points w. R2012b

조회 수: 2 (최근 30일)
Dave
Dave 2013년 1월 20일
Are the functions "findop", "linearize", and 'operspec" still supported in R2012b? They are discussed in the documentation, but when I ask for help on them using the MATLAB command line it says the functions cannot be found. (I do have the Control System Toolbox.) And if these functions are no longer available, how does one find operating points for a non-linear Simulink simulation?
I have used "trim" with limited success, so I need a better technique.
  댓글 수: 2
Ryan G
Ryan G 2013년 1월 21일
There are ways to do certain tasks with only control system toolbox. It is typically not as 'friendly' as having Simulink Control Design and you won't have access to the GUI which makes the whole thing way easier.
You can use the linmod command to linearize and use input ports and output ports to set the I/O.
Dave
Dave 2013년 1월 21일
Thanks Ryan. I'm just finding the operating points, and the "trim" function is all I can use, I guess.

댓글을 달려면 로그인하십시오.

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 1월 20일
I believe the functions you mention are part of a product called Simulink Control Design (different from control systems toolbox).
This is listed under Simulink Product Family: http://www.mathworks.com/products/
  댓글 수: 4
Dave
Dave 2013년 1월 21일
Thanks again. Great suggestion about searching the file exchange. It turns out there is an app called "trimmod" available that finds operating points using only MATLAB functions. And it includes a GUI. The GUI is not a clean as the Linear System Tool's, but it looks like it might work.
Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 1월 24일
편집: Arkadiy Turevskiy 2013년 1월 24일
These functions are indeed part of Simulink Control Design. This is a separate product that requires Control System Toolbox. Even though trimming, linearization, and control design for Simulink models can be done with other methods, this product is really the best way to go.
Check this doc page that compares Simulink Control Design with tools like linmod. In addition to better trimming and linearization capabilites, Simulink Control Design provides several other useful features - such as automatic tuning of PID Controller block, and frequency response estimation, where you can inject a chirp or a sinewave into a model and get a model frequency response, all without doing any heavy lifting. All the capabilities are packaged into a nice GUI that can also automatically generate MATLAB scripts for batch-mode processing.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by