Plotting high-dimensional discreted data on two-dimensional plot

3 ビュー (過去 30 日間)
yonatan s
yonatan s 2020 年 8 月 14 日
回答済み: Vimal Rathod 2020 年 8 月 19 日
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.

採用された回答

Vimal Rathod
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 件)

カテゴリ

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

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by