Export model or library for use in previous version of Simulink
exports
the model or library exported_file
= Simulink.exportToVersion(modelname
,target_filename
,version
)modelname
to a file named target_filename
in
a format that the specified previous Simulink® version
can
load.
If the system contains functionality not supported by the specified Simulink software version, the command removes the functionality and replaces any unsupported blocks with empty masked subsystem blocks colored yellow. As a result, the converted system may generate different results.
The save_system
ExportToVersion
option
is a legacy option for this functionality that is also supported.
specifies
additional options as one or more Name, Value pair arguments.exported_file
= Simulink.exportToVersion(modelname
,target_filename
,version
,Name,Value
)