How to insert a column in a cell array

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:
I hope someone can help me with this.
Thanks in advance.

 Accepted Answer

Cell arrays can contain anything in there cells. Inserting a empty holder for a column vector:
b={a{1:2},[],a{3:end}}

2 Comments

Nice, it works. thank you very much!
Open variable in variable editor and right click to get menu, select column to the left (or right) or whatever you want.

Sign in to comment.

More Answers (0)

Products

Release

R2019b

Asked:

on 26 Feb 2020

Commented:

F
F
on 12 Oct 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!