delete variables without deleting gui
Mostrar comentarios más antiguos
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 comentario
Sara
el 5 de Mayo de 2014
Why don't you just clear your variables by listing them after clear, like
clear var1 var2
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Variables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!