Create an slLinearizer interface to the model, and add some analysis points to the interface.
sllin = slLinearizer(mdl,{'u1','y1'});
Suppose you are interested in analyzing only the inner loop. To do so, add y1m as a permanent opening of sllin.
addOpening(sllin,'y1m');
In larger models, you may want to open multiple loops to isolate the system of interest.
After performing some additional steps, such as adding more points of interest and extracting transfer functions, suppose you want a list of all the openings of sllin.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.