How to merge a cell 2x60 into 1x60?

1 回表示 (過去 30 日間)
JAI PRAKASH
JAI PRAKASH 2018 年 8 月 10 日
コメント済み: JAI PRAKASH 2018 年 8 月 10 日

採用された回答

Guillaume
Guillaume 2018 年 8 月 10 日
One possible way:
newcellarray = cellfun(@(column) cell2mat(column), num2cell(yourcellarray, 1), 'UniformOutput', false);
  1 件のコメント
JAI PRAKASH
JAI PRAKASH 2018 年 8 月 10 日
Thanx

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by