How to change current figure handle?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Prem Kumar
el 1 de Abr. de 2017
Comentada: Prem Kumar
el 1 de Abr. de 2017
I want to get image from a handle named axes1 in my code. How can I use gcf to get that image? I tried this but it is not working:
axes(handles.axes1);
train_image=getimage(gcf);
The image I am getting is from another axes(not axes1). Please help.
1 comentario
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects 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!