Plotting 4 D Data
이전 댓글 표시
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?
답변 (1개)
Cris LaPierre
2023년 9월 25일
1 개 추천
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.
See this answer for more details: https://www.mathworks.com/matlabcentral/answers/1960964-how-to-plot-5d-in-matlab#answer_1232454
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!