Exporting cell arrays with different sizes to excel
Show older comments
I have a cell array A with size [1x2], which contains two different arrays [1x4 double] and [1x5 double]. I need to have the different arrays in A in Excel, with the first array on A1 and the second array on A2. However, the only thing I managed to get is to get both arrays behind each other in A1, using B=cell2mat(A), and then xlswrite(filename,B).
How do I get the first array on A1 and the second array on A2?
Thanks in advance!
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!