Plotting high-dimensional discreted data on two-dimensional plot
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
yonatan s
le 14 Août 2020
Réponse apportée : Vimal Rathod
le 19 Août 2020
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 commentaires
Réponse acceptée
Vimal Rathod
le 19 Août 2020
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Scatter Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!