createprocess
Create process model
Description
creates a
process model at the project root and returns the path to the created process model. The
process model is saved as processModelPath
= createprocess()processmodel.m
.
By default, the function creates a process model using the default process model
template. The default template includes several built-in tasks for common model-based design
activities. You can only call createprocess
if you have a project
open.
This function requires CI/CD Automation for Simulink Check.
specifies the output process model using one or more processModelPath
= createprocess(Name=Value
)Name=Value
arguments.
Examples
Input Arguments
Output Arguments
Alternative Functionality
App
If a project does not have a process model, you can use the Process Advisor app to create the default process model. To open the Process Advisor app for a project, in the MATLAB® Command Window, enter:
processAdvisorWindow
When you open the Process Advisor app on a project that does not have a process model, the app automatically creates a copy of the default process model at the root of the project.