How to delete a whole table in the matlab?

41 views (last 30 days)
I am running a loop which builds table and I need to delete the whole table for the next table. I used clear like "clear tablename" command but the table did not deleted.
Any suggestion?

Accepted Answer

Star Strider
Star Strider on 22 Feb 2020
tablename = [];

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!