Configure the slTuner interface by listing the tuned blocks in the Simulink model
(highlighted in orange). This automatically picks all Linear Analysis points in the model as
points of interest for analysis and tuning.
ST0 = slTuner('rct_concorde',{'Ki','Kp','Kq','Kf','RollOff'});
This also parameterizes each tuned block and initializes the block parameters based on
their values in the Simulink model. Note that the four gains Ki,Kp,Kq,Kf are initialized
to zero in this example. By default the roll-off filter is parameterized as a generic
second-order transfer function. To parameterize it as
create real parameters , build the transfer function shown above, and associate it
with the RollOff block.
wn = realp('wn', 3); % natural frequency
zeta = realp('zeta',0.8); % damping
Fixed-Structure Autopilot for a Passenger Jet