removeBlock
Remove block from list of tuned blocks in slTuner interface
Syntax
removeBlock(st,blk)
Description
removeBlock(st,blk) removes the specified block from the list of tuned blocks on
page 15-442 for the slTuner interface, st. You can specify blk to remove either a single
or multiple blocks.
removeBlock does not modify the Simulink model associated with st.
Examples
Remove Block From List of Tuned Blocks of slTuner Interface
Create an slTuner interface for the scdcascade model. Add C1 and C2 as tuned blocks
to the interface.
st = slTuner('scdcascade',{'C1','C2'});
Remove C1 from the list of tuned blocks of st.
removeBlock(st,'C1');
Input Arguments
st — Interface for tuning control systems modeled in Simulink
slTuner interface
removeBlock