필터 지우기
필터 지우기

Data visualization in matlab

조회 수: 1 (최근 30일)
Kaushal Kishore
Kaushal Kishore 2018년 9월 10일
편집: Image Analyst 2018년 9월 11일
Hi i have data that has 4 dimesions W,X,Y and Z. How can i visualize the data in 2D with scatter plot. Thanks in advance.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 9월 10일
How do you want to combine your data to form the x axis of the plot, and how do you want to combine your data to form the y axis of the plot? Or do you want to ignore the W and Z and just scatter your X and Y ?
Is the data arranged as four columns of a 2D array, or is a 4D array? If it is a 4D array, are there "marginals" that tell you how each of the indices map into the value appropriate for that dimension?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2018년 9월 11일
편집: Image Analyst 2018년 9월 11일
You could have the fourth dimension be some parameter like color of size of the markers. Or it could be time where you make a movie of the scatterplots as you change one of the dimensions as a function of time (3-D demo attached - adapt it for 4-D).

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by