MATLAB COMPILER RELEASE NOTES Uživatelská příručka Strana 187

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 716
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 715 716

Komentáře k této Příručce

Žádné komentáře