BlockImporter[Import] - import a Simulink(R) system
|
Calling Sequence
|
|
Import( model, subsys, opts )
|
|
Parameters
|
|
model
|
-
|
(optional) string; Simulink model
|
subsys
|
-
|
(optional) string; Simulink subsystem
|
opts
|
-
|
(optional) equation(s) of the form option = value; specify options for the Import command
|
|
|
|
|
Description
|
|
•
|
The optional model parameter is the base name of the Simulink file. It should not include the extension (.mdl) of the file. If the model parameter is not provided, then a Simulink dialog box opens that prompts the user to select a model file and subsystem.
|
•
|
The optional subsys parameter is the name of a subsystem in the Simulink model. If provided, then just that subsystem is imported. The name of a subsystem includes the model name, separated by a forward slash. For example, to import a subsystem named mysubsystem from a model named mymodel, the value of subsys is mymodel/mysubsystem. The subsys parameter is only used if the model parameter is specified.
|
|
|
Options
|
|
|
Specifies a Matlab initialization command to execute. The default is to not execute an initialization command.
|
|
Specifies that the Simulink model is to be modified in place (in MATLAB) to convert it to a Maple record. The default is false.
|
|
Specifies the directory from which model is read. This is also used as the directory to search when no model is specified. The default is the current directory (currentdir).
|
|
|
Examples
|
|
>
|
|
Import the model.
>
|
|
Print out the summary of the imported data structure.
>
|
|
|
|
Download Help Document
Was this information helpful?