How do I specify Linear Analysis Points and open Linear Analysis Tool in R2020a and later?
Show older comments
In MATLAB R2019a, used to use Linear Analysis Tool to linearlize my Simulink model around an operating point, exactly as shown in the following example:
Please run the below command in the command window of installed MATLAB R2019a version to get release specific documentation
>> web(fullfile(docroot, 'slcontrol/ug/linearize-simulink-model.html'))
First, I specified linearization inputs and outputs by right-clicking signal lines and selecting the Linear Analysis Points menu. Then, I launched Linear Analysis Tool from Analysis > Control Design > Linear Analysis to obtain a Bode diagram for the model, for example.
However, in R2020a, none of the above workflows seem to be available anymore. I can neither find the Linear Analysis Points menu in the signal context menu, nor do I find Linear Analysis Tool under "Apps". Where can I find Linear Analysis Tool in R2020a and later?
For more information, you can access the documentation by executing the following command in the MATLAB R2020a command window:
>> web(fullfile(docroot, 'slcontrol/ug/linearize-simulink-model.html'))
Accepted Answer
More Answers (0)
Categories
Find more on Linearization Basics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
