필터 지우기
필터 지우기

How to show a rigidbodytree model in App Designer axes?

조회 수: 4 (최근 30일)
Yi Wan
Yi Wan 2018년 10월 22일
댓글: Yi Wan 2018년 10월 23일
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
Kevin Chng
Kevin Chng 2018년 10월 22일
Modified my answer for it.
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