MATLAB COMPILER RELEASE NOTES Guía de usuario Pagina 187

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 716
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 715 716

Comentarios a estos manuales

Sin comentarios