export a cell array to excel spreadsheet

1 Ansicht (letzte 30 Tage)
Kinda Chakas
Kinda Chakas am 24 Mär. 2021
Beantwortet: Jeremy Hughes am 24 Mär. 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

Akzeptierte Antwort

Jeremy Hughes
Jeremy Hughes am 24 Mär. 2021

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by