3D markers in a scatter3 plot
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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 :
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!