How can I update point positions

3 次查看(过去 30 天)
Margarida Chiote
Margarida Chiote 2021-5-23
回答: Matt J 2021-5-23
Hello
I have a set of points and have produced a 3D plot as shown.
I want to rearrange this set of points updating its position, for example, I want to extend the length on the x-axis.
How can I do that?

回答(1 个)

Matt J
Matt J 2021-5-23
If the plot was generated with
h=scatter3(__)
you can just change h.XData, h.YData, and h.ZData.

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by