kahhoong kok
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
199,076
of 295,467
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
2 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0