Plot figure on open GUI instead of new figure window
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
SatyaPrakash Gupta
el 13 de En. de 2020
Comentada: hadar shaulian
el 20 de Abr. de 2021
Hello Together,
I have a GUI where i call the main funtion via callback function of GUI.
the main function open another figure window , i would like to open this figure on gui itself
could you please do help me out how shall i proceed with it ?
thank you
0 comentarios
Respuesta aceptada
Selva Karna
el 13 de En. de 2020
axes(handles.axes1);
imshow(yourimage);
2 comentarios
hadar shaulian
el 20 de Abr. de 2021
When wrting this line in my Matlab 2020b GUI (after creating the proper axis in the Matlab guide tool):
axes(handles.axes1);
I get an error: "Unable to resolve the name handles.axes1"
Any idea how to solve this?
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!