Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to use pcshow in a gui (AppDesign)

1 次查看(过去 30 天)
TheDave
TheDave 2021-2-25
关闭: Rik 2021-2-25
Hi you all!
I would need to use pcshow in a GUI (app design). I tried something like this:
p=pcshow(app.UIAxes, [ptCloud.vertex.x ptCloud.vertex.y ptCloud.vertex.z], ptCloud.vertex.Scalar);
and this:
p=pcshow([ptCloud.vertex.x ptCloud.vertex.y ptCloud.vertex.z], ptCloud.vertex.GKI,'Parent',app.UIAxes);
but it doesn't work.
I also tried scatter3 to view my pointcloud:
p=scatter3(ptCloud.vertex.x, ptCloud.vertex.y ,ptCloud.vertex.z,36, ptCloud.vertex.Scalar,'Parent',app.UIAxes);
but it does not work either (the app crashes without giving me any error with this last one).
How can I pass the app.UIAxes? Is there a guide to learn by myself?
Thank you in advance
  1 个评论
Rik
Rik 2021-2-25
I suspect this is an attempt at getting your question past the spam filter. I'm closing it as a duplicate.

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by