3D markers in a scatter3 plot

I am working on a scatter3 plot to visualize PCA data. However, my current plot has 2D markers (circles) for each data point. Instead, I'd like to use a 3D marker (sphere) for each data point. Is that possible? I don't see a sphere option as marker type in scatter3 plot info, so I would imagine I have to do some programming to make this happen. My attempts so far have failed. Any suggestions?

回答 (1 件)

AKennedy
AKennedy 2024 年 6 月 11 日

0 投票

You may create small balls using a "sphere" as follows :
You may also use "scatter3" to generate 3D markers using the "filled" option :

カテゴリ

質問済み:

2011 年 8 月 18 日

回答済み:

2024 年 6 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by