How can I plot a previous saved graph?

조회 수: 5 (최근 30일)
João Lima
João Lima 2016년 7월 4일
댓글: Image Analyst 2016년 8월 24일
Hi there,
I'm having a problem in my code. I save a graph in a function, but i need to recovery this graph to plot in my GUI element axes. How can I do this without using global?
Thanks
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 7월 4일
What is your coding to "save a graphic" ? I can think of several different meanings for that.
Image Analyst
Image Analyst 2016년 8월 24일
Did you edit the question to say " I save a graph in a function, but i need to recovery this graph to plot in my GUI element axes. How can I do this without using global?"
Or was that the original question? I'm not sure what your edit was, and the answers so far don't seem like they would apply with your current post.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2016년 7월 4일
If you saved it as a .fig, just use open() (I think).
If you saved the graph as an image, use imread() and then imshow().
If you saved the individual variables to a .mat file with save(), then use load() and replot everything using plot() or whatever functions you used the first time.

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by