How can I update point positions

2 ビュー (過去 30 日間)
Margarida Chiote
Margarida Chiote 2021 年 5 月 23 日
回答済み: Matt J 2021 年 5 月 23 日
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?

回答 (1 件)

Matt J
Matt J 2021 年 5 月 23 日
If the plot was generated with
h=scatter3(__)
you can just change h.XData, h.YData, and h.ZData.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by