How to show a rigidbodytree model in App Designer axes?

3 次查看(过去 30 天)
So normally when I show a rigidbodytree robot, I use show(). However, I don't know whether show() is supported with UIAxes as the input argument. Basically what I want to do is to show the robot model in UIAxes.
Thanks for the help!

采纳的回答

Kevin Chng
Kevin Chng 2018-10-22
编辑:Kevin Chng 2018-10-22
Hi Yi Wan,
Yes, it is working with specify the 'Parent', which axes to host the show().
show(robot,'Parent',ax2)
[Update : Sorry for my mistake, it does not support UIAxes]
load robot.mat
show(robot,'Parent',handles.axes1)
It is working well with guide axes, but not uiaxes. (Guide GUI is attached)
  3 个评论
Yi Wan
Yi Wan 2018-10-23
Hi Kevin,
Thanks for the answer. Hopefully, they can also support App Designer soon...

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Manipulator Modeling 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by