Delete a cell, not some elements

2 views (last 30 days)
Dommal
Dommal on 21 May 2016
Commented: Dommal on 21 May 2016
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 21 May 2016
a={1 2 3 4}
a(1)=[]

More Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!