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

5 ビュー (過去 30 日間)
eric
eric 2024 年 3 月 21 日
コメント済み: Voss 2024 年 3 月 25 日
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.
  2 件のコメント
eric
eric 2024 年 3 月 25 日
This method seems feasible, thank you
Voss
Voss 2024 年 3 月 25 日
You're welcome!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRobotics System Toolbox についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by