How to delete a whole table in the matlab?

45 Ansichten (letzte 30 Tage)
Zeynab Mousavikhamene
Zeynab Mousavikhamene am 22 Feb. 2020
Beantwortet: Star Strider am 22 Feb. 2020
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?

Akzeptierte Antwort

Star Strider
Star Strider am 22 Feb. 2020
tablename = [];

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by