필터 지우기
필터 지우기

How to replace the Image with a graph in GUI?

조회 수: 1 (최근 30일)
Dimple
Dimple 2013년 8월 19일
In GUI File first, i want to display one image and i want to replace the image with some graph on the same axes, after calling other functions.

답변 (1개)

David Sanchez
David Sanchez 2013년 8월 19일
If you only have one axes object in your GUI, just call the functions:
imagesc('your_pic.npg'); % for example
plot(x,y); % this will overwrite the image with the data plot

카테고리

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