BeginEdit - Begin editing session on data object
Syntax
D = BeginEdit(D)
Description
This is a method of mbcmodel.data.
You must call this method before you can make any changes to
a data object.
There are no input arguments. You must call BeginEdit before
attempting to modify your data object (D in the
example below) in any way. An error will be thrown if this condition
is not satisfied. Data which cannot be edited (see IsEditable)
will throw an error if BeginEdit is called.
Examples
BeginEdit(D);
See Also
CommitEdit, RollbackEdit, IsEditable, IsBeingEdited
 | Augment | | BestDesign |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit