Increment variable as function of time a button is held down
8 views (last 30 days)
Show older comments
Is there a way to somehow capture the amount of time that a button is held down, and use it to update, in real time, a variable? my specific interest is in using a button to spin a 3d figure. I can get it to do so, but only in increments (click,*spin n rads*,click,*spin n rads* etc).
I have looked for something like this and have been unable to find an answer.
thanks, Alex
0 Comments
Accepted Answer
Jan
on 27 Apr 2012
You can use the 'WindowsButtonUpFcn' of the figure to catch the release of the button.
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!