How to delete a whole table in the matlab?

조회 수: 45 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 2월 22일
답변: Star Strider 2020년 2월 22일
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?

채택된 답변

Star Strider
Star Strider 2020년 2월 22일
tablename = [];

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by