Assign a vector to a cell element
Ältere Kommentare anzeigen
Hello there!
I would like to assign a vector to a specific element of a cell array.
Say I have a vector v=(1 0 1)
My cell array is c, c={2,2, []} and I want it to be c={2,2,[1,0,1]}
Thanks in advance for your time!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!