Drag and drop images

5 visualizzazioni (ultimi 30 giorni)
Chelsea Mohammed
Chelsea Mohammed il 7 Gen 2020
Risposto: Ajay Kumar il 7 Gen 2020
Hello Good day,
Following the question asked in the following link regarding drag and drop of a textbox:
How can I replace the text box with an image that can be dragged and dropped?

Risposte (1)

Ajay Kumar
Ajay Kumar il 7 Gen 2020
You can use the axes component.
doc uiaxes
and in the startup function you could write something like this:
imshow('yourpicture.jpg','Parent',app.UIAxes);
assuming that the name of your axes is UIAxes and yourpicture.jpg is in the same directory.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by