Community Profile

photo

kahhoong kok


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 1 answer | 0

1

answer