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 Center および File ExchangeData Type Conversion についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by