How to append a new element to a cell object A?
Mostrar comentarios más antiguos
>>A={'a';'b'};
I want to append a new element,say 'c', to A, how could I do?
I would appreciate if you could help me.
Respuesta aceptada
Más respuestas (1)
geofo
el 3 de Dic. de 2021
>> A=[A;'c'];
Categorías
Más información sobre Standard File Formats en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!