delete variables without deleting gui
Afficher commentaires plus anciens
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 commentaire
Sara
le 5 Mai 2014
Why don't you just clear your variables by listing them after clear, like
clear var1 var2
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Variables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!