User`s guide
R2013b
4-8
MATLAB:InputParser:ParamMustBeChar. If your code checks for
MATLAB:InputParser:MustBeChar, you might need to update it to check for
MATLAB:InputParser:ParamMustBeChar instead. For a mapping of the new
identifiers to the original identifiers, see Technical Support solution 1-ERAFNC.
Functionality being removed or changed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
addParamValue
method of
inputParser class
Still Runs addParameter Replace all instances
of addParamValue
with addParameter.
tstool Warns timeseries,
tscollection, openvar,
or plot
Replace all
instances of tstool
with timeseries,
tscollection, openvar,
or plot.
To create a time
series object, use
timeseries.
To create a time
series collection
with one or more
timeseries objects,
use tscollection.
To open a time series
object or collection in
the Variables editor,
use openvar.
To plot a time series
object, use plot.
Time series object
with 3-D or higher
dimensional data
Errors Time series object
with 2-D data and
time aligned with
For more
information about
updating your