Writing cell arrays to Excel

2 views (last 30 days)
george pepper
george pepper on 9 May 2020
Hello,
I have a 100x1 cell array A that looks like A=[A1; A2; ...; A100 ]. Each row i, in turn, is an by 4 vector. The first 2 columns of shows the values of 6 parameters and the remaining 2 columns of A are scalar. So, a typical row in looks like [{0,2,1,2,3,4} {1,2,1,2,3,1}{0}{4}]. I would like to stack the rows on top of each other and write the cellarray into an excel file. In the final excel file, I should have row and 4 columns. How can I do this?
Thank you for your time.
George

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!