MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 340

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 715 716

Commentaires sur ces manuels

Pas de commentaire