Showing robot in app designer UIAxes
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to draw a robot using the show() function from Robotics System Toolbox in App designer UIAxes.
I'm trying to display it using this description: https://www.mathworks.com/help/matlab/creating_guis/graphics-support-in-app-designer.html
However, the function does not work if I put app.UIAxes in the first argument nor if I specify Axes as a Name-Value argument:
show(app.UIAxes, robot);
show(robot, 'Parent',app.UIAxes);
I'm getting:
Undefined function 'show' for input arguments of type 'matlab.ui.control.UIAxes'.
or:
The value of 'Parent' is invalid. Functionality not supported with UIAxes.
Is there any other way to get the show() function into app designer?
0 commentaires
Réponses (1)
Cris LaPierre
le 9 Jan 2022
Modifié(e) : Cris LaPierre
le 9 Jan 2022
Do you have the Robotics System Toolbox installed? Type ver in the command window to see. If not, and you have access to it, you can install it using the Add-Ons Explorer.
6 commentaires
Lluís Ros
le 5 Oct 2023
Is there any progress on solving this issue? In the latest Matlab version, 2023b, rigidBodyTree.show() is still unable to plot the results on app.UIaxes ...
Hagyong Kihm
le 21 Oct 2025 à 4:52
I also want to use 'interactiveRigidBodyTree' and 'showFigure' in a uiaxes of an app designer in the future release to use interactive marker in an appdesigner.
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!