How to convert a 4D double matrix into a cell array
28 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Abdulhakim Alezzi
am 17 Feb. 2022
Kommentiert: Abdulhakim Alezzi
am 17 Feb. 2022
Hi fellows;
I am having a 4D matrix, X (376 * 30 * 20 *44).
i want to convert the X matrix into the a cell array of (1*44), where every row in the output will be (376 * 30 * 20).
I have tried the following code, but does not work.
Anything will be appreciated .
A= num2cell (X, 376, 30, 20,[]);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!