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.
- 类别:
- GUI or GUIDE,
- Picks
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。