フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

axes and objects in GUI, when using 'handles=guihandles', I cannot find the axes in the handles list

1 回表示 (過去 30 日間)
Penny
Penny 2017 年 4 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello guys. I have a problem when I use 'handles=guihandles' to create a struct of handles. I can get other items, like the checkbox, edit, pushbuttons, in the handles list. But I cannot get the item of the axes. Because I have some objects on the axes, like plots or images. I can get the axes item without any objects on it. Can anybody help me to slove this problem? Any help will be appreciated. Thank you.
  2 件のコメント
Jan
Jan 2017 年 4 月 5 日
What exactly is your question? If you want to get the handles of object inside an axes from the handles struct, you have to store them there at first. Did you do this? Please post the relevant part of the code.
Image Analyst
Image Analyst 2017 年 4 月 5 日
Are you using GUIDE? If so, don't do that - don't set handles equal to anything or else you will destroy it.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by