kahhoong kok
Followers: 0 Following: 0
Feeds
提问
Hi. I have different data types (text and numeric) within the array range that I read from the input table. How can I avoid the error of using table2array and cell2mat?
xlFiles = dir('*.xlsx'); N = length(xlFiles); Tmat = cell(N,1) ; for i = 1:N thisFile = xlFiles(i).name; T = rea...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to compile/save the data extracted/read from multiple excel files from each iteration of loop into a single file???
Hi I am new to Matlab. I am extracting data from multiple excel files and I wish to save the data that I extracted from each exc...
3 years 前 | 1 个回答 | 0