Info

This question is closed. Reopen it to edit or answer.

how to convert mat2cell for 144X128

1 view (last 30 days)
vasantha malairamar
vasantha malairamar on 5 Apr 2017
Closed: MATLAB Answer Bot on 20 Aug 2021
d=mat2cell(fe,[1],[1]);

Answers (1)

Walter Roberson
Walter Roberson on 5 Apr 2017
d = num2cell(fe);
if the intent is to create 1 x 1 cells.

Tags

Community Treasure Hunt

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

Start Hunting!