フィルターのクリア

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

8 ビュー (過去 30 日間)
Tanaya Chatterjee
Tanaya Chatterjee 2019 年 12 月 3 日
コメント済み: Nele 2023 年 4 月 20 日
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

回答 (1 件)

J Chen
J Chen 2019 年 12 月 3 日
Change the statement to
data_final = xlsread('Raw_data_2.xls');
  1 件のコメント
Nele
Nele 2023 年 4 月 20 日
Is there a similar way for .xlsx data?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by