Why do I receive errors when reading certain Excel files into MATLAB?
Mostrar comentarios más antiguos
Why do I receive errors when reading certain Excel files into MATLAB?
Using the following code with my Excel file, 'test.xls':
[a b] = xlsfinfo('test.xls')
I receive the following error:
Unreadable XLS file: Error using ==> D:\MATLAB6p1\toolbox\matlab\iofun\private\biffread
Unable to read XLS file test.xls. File is not in recognized format.
However, if I copy the contents of the file and paste it into a new file, it works.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!