xlsreaderror: "Unable to resolve the name (filename)"

4 vues (au cours des 30 derniers jours)
Tanaya Chatterjee
Tanaya Chatterjee le 3 Déc 2019
Commenté : Nele le 20 Avr 2023
Hello all,
I am conducting an eye tracking study and using an old matlab script for data processing and analysis. I am unable to read the xls file (Line 14). I tried chsnging the add in settings. It did nothing. The excel file is saved in the same file path too. Same error saying unable to resolve Raw_data_2.xls. Also, I tried using the csvread as well with no luck. The xls file is generated directly from an eyetracking software called DataViewer. Is the anomaly due to that ? The file extension for the file is accurate. Could you please help me out ?
I have attached the necessary files

Réponses (1)

J Chen
J Chen le 3 Déc 2019
Change the statement to
data_final = xlsread('Raw_data_2.xls');
  1 commentaire
Nele
Nele le 20 Avr 2023
Is there a similar way for .xlsx data?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by