export a cell array to excel spreadsheet
1 view (last 30 days)
Show older comments
Kinda Chakas
on 24 Mar 2021
Answered: Jeremy Hughes
on 24 Mar 2021
How to export a very big Matlab cell array with columns of different format like the one below:
a =
6×7 cell array
{[ 1]} {'cav' } {[ 3]} {0×0 double} {0×0 double} {0×0 double} {0×0 double}
{[ 2]} {'hv' } {0×0 double} {0×0 double} {[ 6]} {0×0 double} {0×0 double}
{[ 53]} {'hv' } {0×0 double} {0×0 double} {0×0 double} {[ 5]} {0×0 double}
{[ 23]} {'hv' } {0×0 double} {[ 13]} {[ 1]} {0×0 double} {0×0 double}
{0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double}
{0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double}
thanks in advance
0 Comments
Accepted Answer
More Answers (0)
See Also
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!