See comments in "draggable.m" and "DraggableDemo.m" for documentation.
This release should be completely backwards compatible with the function calls used by the original. It is not backwards compatible with the MATLAB versions the original was designed for. I am unsure of how far back this will be compatible.
Still missing a few things:
- Past contributors François Bouffard would like to acknowledge.
- Compatibility range among MATLAB releases.
William Warriner (2021). draggable (https://github.com/wwarriner/draggable/releases/tag/v0.1.0), 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.
Hey, I am trying to use you version of draggable. However I have a slight issue.
My script creates one uifigure with buttons and another nromal figure window with an axes object.
My draggable object is a horizontal line on these axes, but if I try to drag it nothing happens.
The position of that line is only updated when I move my mouse over the uifigure Window.
Do you know why that could be?