User`s guide

obj2mfile
obj2mfile(obj,filename,syntax) converts obj to the equivalent
MATLAB code where
syntax specifies how ob j2mf ile assigns values
to properties of the object.
syntax can be either of the following text
strings. The default value is enclosed in braces ({}).
String Description
{'set'}
obj2mfile
uses the set function wh en specifying
property values.
'dot'
obj2mfile
uses subscripted assignment (dot
notation) when specifying property values.
obj2mfile(obj,filename,syntax,mode) converts obj to the
equivalent MATLAB code where
mode specifies which properties are
configured.
mode ca n be either of the fo llowing strings. The default
value is enclosed in braces ({}).
String Description
{'modified'}
Configurewritableproperties that a re not set to
their default values.
'all'
Configure all writable properties. obj2mfile does
not restore the v alues of read-only properties.
Note that obj2mfile(obj ,filename,mode) is a valid syntax. If the
syntax argument is not specified, obj2mfile uses the default value.
obj2mfile(obj,filename,syntax,mode,reuse) converts obj to the
equivalent MATLAB code where
reuse specifies wheth er obj2mfile
searches for a reusable video input object or creates a new one. reuse
can b e either of the following strings. The default value is enclosed in
braces ({}).
12-38