Rotate3d and WindowScrollWheelFcn simultaneously in GUI
Afficher commentaires plus anciens
I have a GUI with two axes inside. In one of the axes, I use the WindowScrollWheelFcn-Callback . For the other axis, I activate 3d-Rotation by rotate3d(ax2,'on') . Unfortunately, the WindowScrollWheel is no longer working in the first axis.
I also tried it by h=rotate3d; There is a possibility to allow ButtonDownFcn with h.ButtonDownFilter but I didn't find something to allow the WindowScrollWheelFcn-Callback simultaneously. Thanks!
Réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!