Specify value for Simulate using parameter
simmode = getSimulateUsingImpl
simmode = getSimulateUsingImpl
specifies the simulation mode of the
System object™ implemented in a MATLAB System block. The simulation mode
restricts your System object to simulation using either code generation or interpreted execution. The
associated showSimulateUsingImpl
method controls
whether the Simulate using option is displayed on the dialog
box.
getSimulateUsingImpl
is called by the MATLAB System
block.
You must set Access = protected
and Static
for
this method.