Rotate3d and WindowScrollWheelFcn simultaneously in GUI
Mostrar comentarios más antiguos
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!
Respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!