Xlsread with openoffice problem
Afficher commentaires plus anciens
I use the next code to read an array from file:
a=xlsread(data.xls)
It works out pretty well at my home computer. But at my workstation the next error reveals:

What's wrong with the openoffice? Is there any other way to fix this problem, except installing Excel?
Réponses (1)
Walter Roberson
le 1 Juin 2016
0 votes
xlsread() never invokes OpenOffice
If you are using one of the newer MATLAB (R2014a, perhaps even a bit earlier) then the 'basic' mode is enough to be able to read .xls files, if I recall correctly.
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!