MATLAB COMPILER RELEASE NOTES Betriebsanweisung Seite 340

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 716
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 339
R2010a
13-22
Function or Function Element Name What Happens
When You Use
the Function or
Element?
Use This Instead Compatibility Considerations
strread Still runs textscan Replace all existing
instances of strread with
textscan. For example,
replace
[a,b,c] =
strread(...) with
C = textscan(...)
[a,b,c] = deal(C{:})
Unlike strread, the
textscan function
converts numeric values
to the specified data type,
allowing preservation of
integer types.
strvcat Still runs char Replace all existing
instances of strvcat with
char. Unlike strvcat,
the char function does not
ignore empty strings.
textread Still runs textscan Replace all existing
instances of textread
with textscan, similar
to strread. Open and
close files with fopen and
fclose.
wk1finfo Still runs Remove all instances of
wk1finfo. Get information
about Excel spreadsheets
with xlsfinfo.
wk1read Still runs Remove all instances of
wk1read. Read Excel
spreadsheets with xlsread.
Seitenansicht 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 715 716

Kommentare zu diesen Handbüchern

Keine Kommentare