Drag and Drop - MatLab AppDesigner
51 views (last 30 days)
Show older comments
Hi,
I'd like to a drag and drop a file to put it on the graphic interface of an App created with the Matlab AppDesigner but I didn't find out how. The drag and drop must be from a .mat file located on my computer to an Edit Field (Text) component, in order to be then reused through the program.
Any help would be appreciated :)
Thank you in advance for your answers
2 Comments
Accepted Answer
Prof. X
on 12 Jan 2024
Edited: Prof. X
on 15 Jan 2024
Have you seen this? It is a file drag and drop for uifigures.
I have used it with some success.
4 Comments
Piyush
on 16 Oct 2025
Hi Prof X,
I tried using this solution in both Matlab 2025a and 2024b, and it doesn't seem like the callback is getting called. I put in alerts/msgboxes in both the JavaScript inside the DnD_uifigure script, and in the CheckFile function. Is there something wrong in my code? I am using Rocky Linux 8.10 if that helps.
Prof. X
on 11 Nov 2025 at 14:16
I was using MATLAB 2020b when I made this so there could be some version differences.
Did you try my example code specifically and it did not work?
More Answers (0)
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!