Plotting 4 D Data

5 vues (au cours des 30 derniers jours)
DS
DS le 25 Sep 2023
Hi there,
I have following data sets. How do I visualize the data? It has 3 variables and one output. What is the best way to visualize this.
a = 1* 7 double [x dimension in mm]
b = 1*49 double [time in seconds]
c = 1*4 double [z dimension in micrometer]
I have a final ratio R
R = 7 * 49* 4 double.
What is the best way to plot this R in which I wanna have b in xaxis, a in y axis and c in z-axis while R in a colorplot?

Réponses (1)

Cris LaPierre
Cris LaPierre le 25 Sep 2023
You can use X, Y and Z axes to visualize data up to 3 dimensions. To visualize higher dimensions, you must incorporate something other than position into the visualization to convey that dimension's information.

Catégories

En savoir plus sur 2-D and 3-D 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!

Translated by