필터 지우기
필터 지우기

I have three data each has 961*31 I want to plot the three datas in one graphic in two dimension and three dimension can someone provide any example how to do it

조회 수: 1 (최근 30일)
like this image
1.PNG

채택된 답변

KSSV
KSSV 2018년 11월 16일
편집: KSSV 2018년 11월 16일
Read about plot and scatter
N = 100 ;
x = rand(N,1) ;
y = rand(N,1) ;
z = rand(N,1) ;
scatter(x,y,30,z,'filled')
  댓글 수: 5
KSSV
KSSV 2018년 11월 16일
Yes I got it that they are your data..I want to know their dimension.
Rui Mauaie
Rui Mauaie 2018년 11월 16일
I already mentioned 961*31 ( 961 rows, 31 columns )... 31 dimensions'

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by