Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to convert mat2cell for 144X128

3 ビュー (過去 30 日間)
vasantha malairamar
vasantha malairamar 2017 年 4 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
d=mat2cell(fe,[1],[1]);

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 4 月 5 日
d = num2cell(fe);
if the intent is to create 1 x 1 cells.
  1 件のコメント
vasantha malairamar
vasantha malairamar 2017 年 4 月 5 日
thank u its work....

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by