Plotting high-dimensional discreted data on two-dimensional plot
10 ビュー (過去 30 日間)
古いコメントを表示
I wish to plot 6D data on a 2D plot. I envision something like in the attached figure.
The axes are two dimensions, the color adds another one, three columns add another three, and left/right square is another one.
I have total of 3 points on the x-axis and 2 points on the y-axis, so space is not a problem.
Thanks.
0 件のコメント
採用された回答
Vimal Rathod
2020 年 8 月 19 日
Hi,
I would recommend you to go through the scatter function in MATLAB which could be used to generate a scatter plot and about converting 6D to 2D visualization you could do by your method but I would suggest you to convert 6D to 3D using scatter3 function and then you could plot the other dimensions by using one dimension as marker size, one dimension as marker color and one more as a different marker altogether.
You could check about the marker properties in the scatter functions. To know more about those functions refer to the links below.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!