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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
