Combine multiple tables into one so that it can be write into one excel sheet
3 次查看(过去 30 天)
显示 更早的评论
I have a Matlab function that generates multiple tables, each table is quite different from the others, whether in size or in variable names. Is that possible that I combine and shape these tables into one big table or matrix(whatever) as long as all the tables can be returned to one Excel sheet with one call?
0 个评论
回答(1 个)
Peter Perkins
2018-9-13
编辑:Peter Perkins
2018-9-13
You can combine the tables, but if you have different variables in each one you'd have to fill in large chunks with missing data.
Why not write to the spreadsheet using a range?
5 个评论
Walter Roberson
2018-9-14
Sorry, I do not know how excel add-in work. I do not have Excel on windows to test with.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!