Absolute or relative path of the MATLAB file which
contains the Toolbox Packaging Project. Note that this
file must have a .prj extension.
Example - ['tmp' filesep 'ToolboxPackagingConfiguration.prj']
Data Types: Character or string scalar.
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:
'startVersion','R2018a'
, 'endVersion','R2021b'
Oldest release for which compatibility is ensured in the
format R[4digitsyear][a|b].
For example if startVersion is 'R2017b' it means that
compatibility is ensured from MATLAB 2017b. If this
option is empty older release is automatically set to
that of five years older than the currect release. For
example if current release is R2021b startVersion is
automatically set to 'R2016b'.
Example: 'startVersion','R2018a'
Data Types: Character or string scalar.
Newest release for which compatibility is ensured in the
format R[4digitsyear][a|b].
For example if Newest is 'R2021b' it means that
compatibility is ensured up to MATLAB 2021b. If this
option is empty newest release is automatically set to
currect release. For example if current release is R2021b endVersion is
automatically set to 'R2021b'.
Example: 'endVersion','R2021b'
Data Types: Character or string scalar.