How do I specify Linear Analysis Points and open Linear Analysis Tool in R2020a and later?

21 views (last 30 days)
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

MathWorks Support Team
MathWorks Support Team on 30 Jun 2025
Edited: MathWorks Support Team on 30 Jun 2025
Since R2020a, the Linear Analysis Tool is called Model Linearizer app. The features of the app remain the same, only the name has changed.
For more information execute the following command in the MATLAB R2020a command window to access the specific documentation
>> web(fullfile(docroot, 'slcontrol/ug/modellinearizer-app.html'))
The steps to linearize your Simulink model are:
1. Open the Linearization tab by clicking Linearization Manager in the Apps tab.
2. Now you can specify the portion of the model to linearize. Select a signal in your model. Then, in the Insert Analysis Points gallery, choose the type of analysis point (e.g. Input Perturbation, Open-loop Output).
3. After that, run the linear analysis by clicking the Model Linearizer button.
To view a full example demonstrating the linearization workflow in R2020a, execute the following command in the MATLAB R2020a command window to access the specific documentation:
>> web(fullfile(docroot, 'slcontrol/ug/linearize-simulink-model.html'))
For information regarding the current release, please visit the following link to search for the required details:

More Answers (0)

Categories

Find more on Linearization in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!