Storing individual elements of vector in cell.
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sebastian Daneli
am 16 Nov. 2021
Beantwortet: KSSV
am 16 Nov. 2021
Say that i have this vector
x=[2 45 13]
and I want to store these elements in a cell, where each element is stored individually, meaning i whold get something like:
cell={[1]}, {[45]}, {[13]}
Is it possible to do this withoud writing an loops?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Operators and Elementary Operations 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!