如何往元胞数组的某个单元里增加新的值?。
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
比如,有一个M*N的元胞数组元素a,里面单元存放的都是大小不等的数组,a{1,1}里存放了[5,6],[4,9],[8,2]三个数组,假设现在想在此基础上继续添加[3,7]这个数组,请问该如何操作?谢谢大家了。
0 Kommentare
Antworten (1)
埃博拉酱
am 23 Nov. 2024
你的问题描述必然存在错误,一个元胞里只能放一个数组,不可能允许a{1,1}里存放了[5,6],[4,9],[8,2]三个数组。请重新检查。
0 Kommentare
Siehe auch
Kategorien
Mehr zu Logical 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!