How to force GUIDE to re-generate fresh callbacks?
2 次查看(过去 30 天)
显示 更早的评论
Something happened between last night and today, and my GUI file with all my callbacks is somehow corrupted. It looked fine yesterday. There's another user on this computer, and Matlab crashed during a data analysis run, so it's possible that this event somehow caused it. Anyway, I still have pretty much all the code for the callbacks. I just want to get a fresh file with all the callbacks empty, similar to what gets generated when you save the GUI for the first time.
By the way, before you bring this up, no, there is no .asv file available.
Your help much appreciated!
1 个评论
Jan
2014-11-22
编辑:Jan
2014-11-22
What about the backup mechanism of your operating system? Are there any "earlier versions" of your files stored on your hard disk? If not, why?
You have the code with the callbacks, but you want a file with empty callbacks? Itz would take just a minute to delete the callback's contents with the editor, so what is the problem?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!