Full or partial
path of the MATLAB file for which Structured XML
help has to be created
Example-'myfile.m'
Data Types: single| double
Specify optional comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the corresponding value. Name
must appear
inside single quotes (' '
).
You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Example:
'write2file','false'
, 'StartColumnEx',5
Option which specifies
whether XML file must be created or if just structure docNode
must be created. The default value of write2file is true,
that is xml file is created in the following path
(main root of FSDA) filesep helpfiles filesep XML
where filesep means "\" or "/" according to the operating
system
Example: 'write2file','false'
Data Types: Boolean
This option specifies which is the starting column of the
examples. For example if it is equal to 7, the first six
spaces are trimmed. The default value of StartColumnEx is
5. This option is necessary to distinguish inside the code
of the examples wanted and unwanted indentation.
Example: 'StartColumnEx',5
Data Types: double