Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
like this image
1.PNG

Akzeptierte Antwort

KSSV
KSSV am 16 Nov. 2018
Bearbeitet: KSSV am 16 Nov. 2018
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 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by