problem facing while using xlsread function

1 visualización (últimos 30 días)
rafi abdul
rafi abdul el 27 de Mzo. de 2013
hi i have written xls file using xlswrite command and tried to import same xls file using xlsread function
[num text]=xlsread(filename)
when i check for num it is showing empty matrix.how to solve this

Respuestas (1)

Image Analyst
Image Analyst el 27 de Mzo. de 2013
Does it look normal in Excel? Use the third output argument.
[num, text, raw]=xlsread(filename)
Are you numbers in any of the cell arrays? Be aware that they are not all aligned so things may be in different rows and columns from each other and from where they are located in Excel.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by