How can I clear all the variables except one before restarting my program?
Show older comments
Is there a way to clear all of the variables except one when I end a game I wrote so that the next time it starts the variables have to be re-entered?
I have a program where it runs while program == 1, so when I ask the user if they want to play again, if they don't answer yes, then program = 0 and the program ends, so if I could clear all the variables except program, that would be super convenient.
3 Comments
per isakson
on 29 Nov 2015
Stephen23
on 30 Nov 2015
Image Analyst
on 30 Nov 2015
Or save what you want to a .mat file. Then you can recall variables from the .mat file at each run. This method will even recall variables across different sessions of MATLAB, unlike methods using clear().
Accepted Answer
More Answers (0)
Categories
Find more on Scope Variables and Generate Names 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!