Can the robot be displayed in the UIAxes of the app designer in Matlab2023a

9 次查看(过去 30 天)
Hello everyone, I have looked at other people's answers to this question and the answer I received is that the previous version did not support displaying robots in the UIAxes of app designer
My current version is 2023a. In this version of the Inverse Kinematics Designer App, I have found that robots can be displayed normally in UIAxes
May I ask how everyone should write code to display it properly? My current code is: show (robot, 'Parent', app. UIAxes), which is not working properly
Thank you everyone
  1 个评论
eric
eric 2024-3-24
移动:Voss 2024-3-24
Can someone answer this question?
What is the idea behind implementing embedded Robot figures in the Inverse Kinematics Designer App?

请先登录,再进行评论。

采纳的回答

Voss
Voss 2024-3-24
编辑:Voss 2024-3-25
Maybe you have to use an axes (rather than a uiaxes)?
You can put an axes in a uifigure, but you may have to do it programmatically, e.g., create it using the axes() function in your app's startup function.

更多回答(0 个)

类别

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

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by