Feeds
提问
How to read xlsx file after importing the file from UGI
The first step of the code was: [file,path,filter] = uigetfile({'*.xlsx'},'Select the Excel file'); Im looking for the ...
10 years 前 | 1 个回答 | 0
1
个回答已回答
Retrieving data from txt file.
[FileName1,PathName] = uigetfile('*.xlsx','Select the excel file') [num,txt1,raw] = xlsread(fullfile(PathName,FileName1)) H...
Retrieving data from txt file.
[FileName1,PathName] = uigetfile('*.xlsx','Select the excel file') [num,txt1,raw] = xlsread(fullfile(PathName,FileName1)) H...
10 years 前 | 0

