Simulink Control Design™ - MathWorks

(Tuis.) #1
Distribute Simulink Simulations for Input Channels

When the number of linearization input points or the number of channels in a
linearization input point is greater than one, the frestimate command distributes
individual Simulink simulations corresponding to these input channels among workers in
the MATLAB pool.

Open the model, and obtain the linear analysis points stored in the model.

mdl = 'scdplane';
open_system(mdl)

io(1) = linio('scdplane/Sum1',1,'input');
io(2) = linio('scdplane/Actuator Model',1,'input');
io(3) = linio('scdplane/Gain5',1,'output');

5 Frequency Response Estimation

Free download pdf