data import error in line 1
显示 更早的评论
Hi I am trying to import a excel document to matlab by using the code below. However I am getting the message error in line one. I have try differents approached such as data = load but no results. Any help will be aprreciated.
data = xlsread('station.xlxs' ,1,'A2:E457');
pi = 3.14159;
jun_aug_1 = data(:,1);
jun_aug_2 = data(:,2);
dec_feb_1 = data(:,3);
dec_feb_2 = data(:,4);
4 个评论
Walter Roberson
2019-10-1
What is the error message?
Walter Roberson
2019-10-1
Have you tried using readtable() ?
desert_scientist90
2019-10-1
Steven Lord
2019-10-10
回答(1 个)
desert_scientist90
2019-10-1
1 个评论
Walter Roberson
2019-10-1
Ah, you had an error in the file extension so the file did not exist.
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!