MATLAB: Delete a cell, not some elements

clear celldelete cell

Hi everyone,
Is there an option to delete a cell? Not some elements but the whole cell. Like for variables I would use clear variableName, but for cells this doesn't work.
Thanks

Best Answer

a={1 2 3 4}
a(1)=[]