delete variables without deleting gui
Show older comments
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 Comment
Sara
on 5 May 2014
Why don't you just clear your variables by listing them after clear, like
clear var1 var2
Accepted Answer
More Answers (0)
Categories
Find more on Variables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!