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?

Réponses (1)

Matt J
Matt J le 23 Mai 2021

0 votes

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

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by