addoutputspec
Add output specification to operating point specification
Syntax
newOpspec = addoutputspec(opspec,block,port)
Description
newOpspec = addoutputspec(opspec,block,port) adds an output specification for
a Simulink model to an existing operating point specification or array of operating point
specifications. The output specification is added for the signal that originates from the
specified output port of a Simulink block.
To find the width of the specified port, the addoutputspec command recompiles the
model.
Examples
Add Output Specification to Operating Point Specification Object
Open the Simulink model.
sys = 'scdspeed';
open_system(sys)
15 Alphabetical List