Borrar filtros
Borrar filtros

How to replace the Image with a graph in GUI?

1 visualización (últimos 30 días)
Dimple
Dimple el 19 de Ag. de 2013
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.

Respuestas (1)

David Sanchez
David Sanchez el 19 de Ag. de 2013
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

Categorías

Más información sobre Specifying Target for Graphics Output en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by