creating a dragable matlab component
10 views (last 30 days)
Show older comments
following these two discussions:
I decided to try and create my own graphic component. I essentially want it to be a draggable picture with a title.
I tried to follow the instructions here
https://www.mathworks.com/help/matlab/ref/matlab.ui.componentcontainer.componentcontainer-class.html
but encountered some problems.
my first problem is it needs to have something equivalent to a "buttonupfunction" and a "buttondownfunction", and I am not sure how to do this. I am pretty sure it can be done because uiknobs have similar properties.
google has failed me. will be thankful for any assistance
Nathan
1 Comment
Answers (1)
See Also
Categories
Find more on Develop uifigure-Based Apps 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!