MATLAB COMPILER RELEASE NOTES User's Guide Page 123

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 122
Language and Programming
3-11
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
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.
genvarname Still runs matlab.lang.makeValidName
and
matlab.lang.makeUniqueStrings
Replace all instances
of genvarname with
matlab.lang.makeValidName
and
matlab.lang.makeUniqueStrings.
For example,
S = {'my.Name','my_Name','my_Name'};
N = matlab.lang.makeValidName(S);
U = matlab.lang.makeUniqueStrings(N,...
{},namelengthmax);
Page view 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 715 716

Comments to this Manuals

No comments