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 Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by