Why would openfig only show one of the .fig files (Axes)?

1 次查看(过去 30 天)
I have written a MATLAB GUI to draw fluorescence spectrums (attached as "Konzentrationspectrum.fig") and the curve depicting the changing spectrum's peak position with the variation of fluorescent dye concentration (attached as "Konzentration.fig").
Both figures are exported by hgsave(handles.axes1,TargetPath); and they are both 1x1 Axes. However, only one file ("Konzentration.fig") will show after being double clicked in File Explorer or being opened by openfig command. The other ("Konzentrationspectrum.fig") will only show using following command:
x=openfig('Konzentrationspectrum.fig'); f=figure;copyobj(x,f);
The figure that get imported this way also misses xlabel, ylabel and legend. So it is really annoying to run xlabel, ylabel and legend command every time I open the spectrum figure.
What are the difference between those? And can I change the way the figures are exported from GUI to make the "Kozentrationspectrum" also openable by double-clicking or openfig command?
  2 个评论
Adam
Adam 2019-3-11
What is wrong with using
doc saveas
or
doc savefig
to actually save the whole figure rather than attempting to seemingly save just an axes?
Hao Cheng
Hao Cheng 2019-3-11
Because the figure is from a GUI. Using savefig will save the whole buttons and control units.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by