MATLAB: How Do I Delete a Linear Analysis Point from a Block Diagram

deletelinearization pointsimulinkSimulink Control Design

I have a Simulink block diagram and on one of the signal lines I set a linear analysis point: right click -> Linear Analysis Points -> Input Perturbation.
Now I want to delete that input perturbation from the model. How do I do that? The only way I see to do that is to completely delete the block that is the source of the signal, and then reinstantiate the block. Surely there must be a better way to do this.

Best Answer

Choose Model Lineraizer in the APPS tab. Select Edit Model I/Os in the Model I/Os drop down menu. Highlight the signal and click Delete. More info is at https://www.mathworks.com/help/slcontrol/ug/specify-portion-of-model-to-linearize-in-linear-analysis-tool.html