MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 187

  • 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 186
Data Import and Export
5-27
num =
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
txt =
'A' 'A'
'B' 'B'
'C' 'C'
'D' 'D'
'E' 'E'
In R2011b and earlier, the command returned:
num =
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
txt =
'' '' '' 'A' 'A'
'' '' '' 'B' 'B'
'' '' '' 'C' 'C'
'' '' '' 'D' 'D'
'' '' '' 'E' 'E'
When reading XLS files, you can use the 'basic' flag to reproduce the pre-R2012a
output:
[num,txt] = xlsread('filename.xls',Sheet,'','basic');
Authentication, user name, and password inputs for urlread and
urlwrite functions
The urlread and urlwrite functions accept the following optional name-value pair
arguments.
Vue de la page 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 715 716

Commentaires sur ces manuels

Pas de commentaire