MATLAB COMPILER RELEASE NOTES Podręcznik Użytkownika Strona 123

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 716
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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);
Przeglądanie stron 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 715 716

Komentarze do niniejszej Instrukcji

Brak uwag