How can I update point positions
3 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
Matt J
on 23 May 2021
If the plot was generated with
h=scatter3(__)
you can just change h.XData, h.YData, and h.ZData.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!