How to read/extract a part of a cell array from a .mat file?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Viswanath Hariharan
am 27 Nov. 2017
Bearbeitet: KL
am 27 Nov. 2017
I was wondering if it's possible to read or extract a part of a cell array from a .mat file. For example : say A = cell(100,1). A is stored in test.mat. Now how do I retrieve just the first 10 cells of A from test.mat? The reason why I want to do this is because I don't want to overload the temporary memory.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files 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!