Main Content
getSimulateUsingImpl
Specify value for Simulate using parameter
Syntax
simmode = getSimulateUsingImpl
Description
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.
Run-Time Details
getSimulateUsingImpl
is called by the MATLAB System
block.
Method Authoring Tips
You must set Access = protected
and Static
for
this method.
Output Arguments
Examples
Version History
Introduced in R2015a