How to convert cell array to ordinary array 3x5 cell array

조회 수: 1 (최근 30일)
ahmed silik
ahmed silik 2019년 2월 24일
답변: Geoff Hayes 2019년 2월 24일
3×5 cell array
{512×1 double} {512×1 double} {512×1 double} {512×1 double} {512×1 double}
{256×1 double} {256×1 double} {256×1 double} {256×1 double} {256×1 double}
{128×1 double} {128×1 double} {128×1 double} {128×1 double} {128×1 double}

답변 (1개)

Geoff Hayes
Geoff Hayes 2019년 2월 24일
ahmed - please clarify what you have posted above. It looks like you have a 3x5 cell array so what do you want to convert into the 3x5 cell array? Or do you want to convert the 3x5 cell array into a 896x5 numeric array? If the latter, then you could try using cell2mat.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by