Moving 3D Objects Interactively
Jiro's pick this week is "Moving 3D Objects with Mouse" by Gang Wang.
I like this demo entry, because it shows you how you can interactively manipulate graphics object in MATLAB. Visualization is one of MATLAB's strengths, but not many people know that you can create interactive visualizations as well. The key is to make use of some of the callback functionalities, such as WindowButtonMotionFcn for a figure. Take a look at the subfunction "movit" in Gang's code. That's where all the magic happens.
I would also like to give mention to the 2D version (by Anders) that Gang was inspired by.
Comments
Let us know what you think here or leave a comment for Gang.
- Category:
- GUI or GUIDE,
- Picks
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.