Finding operating points w. R2012b
2 次查看(过去 30 天)
显示 更早的评论
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
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.
采纳的回答
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).
4 个评论
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 Center 和 File Exchange 中查找有关 Linearization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!