Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to convert mat2cell for 144X128

1 次查看(过去 30 天)
vasantha malairamar
关闭: 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.

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by