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!