sysobjupdate
Syntax
Description
sysobjupdate
opens the System object™ in the MATLAB® Editor and applies syntax changes without saving.object
sysobjupdate
opens any System object or objects found in the folder that need updating. The affected objects are
opened in the Editor and syntax changes are applied without saving.folder
sysobjupdate
opens the System object or objects associated with the package in the editor and applies syntax
changes without saving.package
sysobjupdate ___ -inplace
updates and saves syntax
changes to object
. No files are opened in the editor, but backup copies
of the System object files are created with the suffix _orig.m
. This syntax can
be used with any of the previous arguments.
sysobjupdate ___ -inplace -nobackup
performs the
updates to the System object in place, but does not create backup copies of the System object files.
sysobjupdate ___ -diff
updates like the
-inplace
update argument, but also opens the visdiff
tool to compare the changed files.
sysobjupdate ___ -actions
applies only the syntax updates listed as actionKey
actionKey
keywords.
sysobjupdate -listactions
lists all possible actions available for
the -actions
option.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b