delete variables without deleting gui
古いコメントを表示
i design a GUI.... and inside a button i give "clear all" to clear all variables as it takes lots of space... but the gui design tables and static text and axes and all the other design items also gets cleared.... how to clear only variables without clearing the gui design....
1 件のコメント
Sara
2014 年 5 月 5 日
Why don't you just clear your variables by listing them after clear, like
clear var1 var2
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Variables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!