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

조회 수: 1 (최근 30일)
Hao Cheng
Hao Cheng 2019년 3월 11일
댓글: Hao Cheng 2019년 3월 11일
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