3D markers in a scatter3 plot

2 ビュー (過去 30 日間)
Jessica
Jessica 2011 年 8 月 18 日
回答済み: AKennedy 2024 年 6 月 11 日
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 日
You may create small balls using a "sphere" as follows :
You may also use "scatter3" to generate 3D markers using the "filled" option :

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by