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 CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by