Feeds
提问
There are 50 dat files in a folder. I want to import it to matlab and then select specific dat files.
There are 50 dat files in a folder. I want to import it to matlab and then select specific dat files say ( 8.dat, 15.dat, 18.da...
3 years 前 | 1 个回答 | 0
1
个回答提问
Line colour code order with marker
[num,raw,txt] = xlsread (' filelocation.xlsx'); hold all sheets = 1:10; for I = numel(sheets) A = xlsread('...............
3 years 前 | 1 个回答 | 0
1
个回答提问
i have 300 sheets in one worksheet in excel. i wan to import this to matlab. I want to create loop where it reads all sheets and plot graph on a same graph.
[num,txt,raw] = xlsread('C:\Users\varun\OneDrive\Desktop\New folder\medicaldatasheet.xlsx'); Patients = xlsread('C:\Users\varun...
4 years 前 | 1 个回答 | 0
