Assign cell elements from a cell array to another cell array
Ältere Kommentare anzeigen
Hi, I have a cell array of size {1x85}. I would like to replace few elements in the first cell array by elements from another cell array. I tried something like a{1}{1:13} = b; b is a cell array of size 13*1 It is giving me '??? The right hand side of this assignment has too few values to satisfy the left hand side.' can some one please help Thanks
Akzeptierte Antwort
Weitere Antworten (1)
chanukya
am 27 Apr. 2013
0 Stimmen
Kategorien
Mehr zu Logical 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!