Main Content
Simulink.createFromTemplate
Create model or project from template
Syntax
Description
Simulink.createFromTemplate(
creates a
model or a project from the template file specified by
templatename
)templatename
. The new project is created in the default
project folder.
creates a model or a project from the template file and returns
h
= Simulink.createFromTemplate(templatename
)h
, either a numeric model handle or a
currentProject
object.
specifies
additional options as one or more Name, Value pair arguments.h
= Simulink.createFromTemplate(templatename
,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a