Why Matlab 2016a savefig saves all other figures
Mostra commenti meno recenti
Hi all I have a Matlab software package that have a main GUI, and a lot of sub-GUIs. I discovered that in R2016a, whenever I savefig the subfigure, my main GUI got saved together, creating a huge fig file. I use object-oriented programming. For example, parent class contains the handle to main GUI and child class handle, while child class handle contains the handle of subfigure. I don't remember if it happens to previous version. But I just want to save the subfigure as a fig file and modify it later. I don't understand why Matlab bother to save the main GUI. And my main GUI contains a lot of java swing component, Matlab simply cannot serialize it, and give me a lot of warning. I just want to save a SINGLE figure, please help ...
Risposte (1)
Tianxiao
il 28 Giu 2016
0 voti
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!