How to display images using the ginput function ?
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
Good day, 
To expand more in my question. I am building an app within matlab app desinger with allows the user to place and delete components(image file)  on the ui.axis. I would like to display the components(image file)  when the user clicks on the UI axis. My method was that to use the ginput fucntion to obtain to simulataneously obtain the corrdinates and place the image file at the position choosen on the ui axis and to place a separate button to delete the image. Any assistance would be appreciated.
Additonally, the ginput function is set to 1 since i am applying a counter to count the number of times the user presses each button. 
The attached Zip file is the progress i have made so far.  
댓글 수: 0
답변 (1개)
  Image Analyst
      
      
 2022년 2월 18일
        Sounds like you want to copy and paste image at the location where the user clicks.  If so, see my attached demo.
댓글 수: 2
  Image Analyst
      
      
 2022년 2월 19일
				I don't care how you get the image.  You can get it via whatever method you want.  Via copying or reading it in or synthesizing it or whatever - it doesn't matter.  All that matters is you have some image that you're going to paste onto a canvass (a larger, underlying image).
참고 항목
카테고리
				Help Center 및 File Exchange에서 Data Exploration에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

