Add cameratoolbar in app
2 次查看(过去 30 天)
显示 更早的评论
Hi, I'm new here and I can't manage to add a cameratoolbar to my project .
When I try
scatter3(app.UIAxes, x,y,z) ;
cameratoolbar;
I get this message
Error using uitoolbar
Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App Designer.
What I need is to a this toolbar so that I can rotate my pointcloud freely. It's ok if I have the toolbar the same way as in this example.
Thanks
0 个评论
回答(1 个)
Jessy Mathault
2023-2-24
Late answer, but for any one else looking into something similar:
cameratoolbar in apps does not work in 2021b. It does work in 2022b.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!