我在gui的一个callback调用了一个函数
这个函数会读取一段数字,同时静态文本控件会有提示内容的显示
最后对读取的数字我save **.mat
之后每次load这个 **.mat都会弹出之前save时的gui界面,怎么回事呢

 Réponse acceptée

xiaofanf
xiaofanf le 17 Mai 2023

0 votes

应该是把figure也save进去了。
你使用的save是默认形式,即把所有的东西都save 到mat文件中,
可以使用 save name var1 var2 将变量var1 var2 保存到name文件中,

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!