photo

kahhoong kok


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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

1

个回答