DRAGNDROP is designed to allow you to easily add drag and drop functionality to your MATLAB-based applications.
To use:
- Unzip dragndrop.zip
- Add the root directory to your path (do not add the @dragndrop directory).
- Run any of the example files in the examples directory (dd_example1.m through dd_example5.m)
These example files function as a basic tutorial on the interface. Additional documentation is available by typing "doc dragndrop"
Michelle Hirsch (2021). dragndrop (https://github.com/michellehirsch/MATLAB-Drag-and-Drop), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Scott,
Thanks for this submission. Is there a way to drag a windows file on Matlab figure and execute a particular callback in the background when that happens? If yes, please share that as well.
Kewl.