export a cell array to excel spreadsheet

1 次查看(过去 30 天)
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

采纳的回答

Jeremy Hughes
Jeremy Hughes 2021-3-24

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by