Create model or project from template
Simulink.createFromTemplate(
creates
a model or a project from the template file specified by templatename
)templatename
.
creates
a model or a project from the template file and returns h
= Simulink.createFromTemplate(templatename
)h
,
either a numeric model handle or a simulinkproject
object.
specifies
additional options as one or more Name, Value pair arguments.h
= Simulink.createFromTemplate(templatename
,Name,Value
)