export a cell array to excel spreadsheet

조회 수: 1 (최근 30일)
Kinda Chakas
Kinda Chakas 2021년 3월 24일
답변: Jeremy Hughes 2021년 3월 24일
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개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by