CreateProject - Create project object
Syntax
P = mbcmodel.CreateProject
Description
This is a function that creates an mbcmodel.project object.
P is the project object.
P = mbcmodel.CreateProject creates an mbcmodel.project called
Untitled. P = mbcmodel.CreateProject( NAME ) creates
an mbcmodel.project called NAME.
Examples
P = mbcmodel.CreateProject;
Create a project called MBT_Project:
P = mbcmodel.CreateProject( 'MBT_Project' );
 | CreateModel | | CreateResponse |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit