필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
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