Estimate Frequency Response at the Command Line
This example shows how to estimate the frequency response of a Simulink® model at the
MATLAB® command line.
Open the Simulink model.
mdl = 'scdplane';
open_system(mdl)
For more information on the general model requirements for frequency response
estimation, see “Model Requirements” on page 5-5.
Specify input and output points for frequency response estimation using analysis points.
Avoid placing analysis points on bus signals.
5 Frequency Response Estimation