How can I update point positions

3 views (last 30 days)
Margarida Chiote
Margarida Chiote on 23 May 2021
Answered: Matt J on 23 May 2021
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?

Answers (1)

Matt J
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.

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!