How can I update point positions
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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? ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/627653/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/627653/image.jpeg)
0 commentaires
Réponses (1)
Matt J
le 23 Mai 2021
If the plot was generated with
h=scatter3(__)
you can just change h.XData, h.YData, and h.ZData.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!