data import error in line 1
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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);
Antworten (1)
desert_scientist90
am 1 Okt. 2019
1 Kommentar
Walter Roberson
am 1 Okt. 2019
Ah, you had an error in the file extension so the file did not exist.
Siehe auch
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!