export a cell array to excel spreadsheet

1 view (last 30 days)
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

Accepted Answer

Jeremy Hughes
Jeremy Hughes on 24 Mar 2021

More Answers (0)

Community Treasure Hunt

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

Start Hunting!