How to insert a column in a cell array
59 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rene M
el 26 de Feb. de 2020
Comentada: F
el 12 de Oct. de 2022
Hello everyone,
I am trying to insert a new empty column inside a cell array between two existing columns without deleting one of them. I basically want to perform the task ('Insert column to the left') shown in the picture below by code:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/273766/image.png)
I hope someone can help me with this.
Thanks in advance.
0 comentarios
Respuesta aceptada
David Hill
el 26 de Feb. de 2020
Cell arrays can contain anything in there cells. Inserting a empty holder for a column vector:
b={a{1:2},[],a{3:end}}
2 comentarios
F
el 12 de Oct. de 2022
Open variable in variable editor and right click to get menu, select column to the left (or right) or whatever you want.
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!