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
as either a numeric model handle or a
currentProject
object.
specifies additional options as one or more name-value arguments.h
= Simulink.createFromTemplate(templatename
,Name=Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2016a