How to display images using the ginput function ?

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.

답변 (1개)

Image Analyst
Image Analyst 2022년 2월 18일

0 개 추천

Sounds like you want to copy and paste image at the location where the user clicks. If so, see my attached demo.

댓글 수: 2

thank you for your respinse but I don't think the copy method would work for my case since I do not want the user to crop the image and then place it. The image files are used as component symbols for a wiring simulator therefore i would prefer to not crop the image of the symbols. So that when the user clicks the "component button" the "ginput cross" comes up and where the user clicks on a spot on the ui.axis the image file/component symbol comes ups and the user is allowed to place multiple images therefore the paste action would be usefull. Is there any method of just using the paste fucntion alone and setting the fuction to only paste that selectec image file/component symbol.
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).

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

질문:

2022년 2월 18일

댓글:

2022년 2월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by