Plot figure on open GUI instead of new figure window
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Selva Karna
2020년 1월 13일
axes(handles.axes1);
imshow(yourimage);
댓글 수: 2
hadar shaulian
2021년 4월 20일
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?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!