MATLAB: How to delete a whole table in the matlab

table

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?

Best Answer

tablename = [];