How can I update point positions

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)

If the plot was generated with
h=scatter3(__)
you can just change h.XData, h.YData, and h.ZData.

Categories

Find more on Interpolation in Help Center and File Exchange

Asked:

on 23 May 2021

Answered:

on 23 May 2021

Community Treasure Hunt

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

Start Hunting!