Filter löschen
Filter löschen

2D scatter plot with Z-value in color

243 Ansichten (letzte 30 Tage)
Saskia
Saskia am 30 Jul. 2013
Kommentiert: zhou weiyan am 3 Aug. 2022
Hi all,
It’s a basic question but I struggle to find the answer on the Internet...
I have a matrix with x,y and z colum, representing the c-coordinate, the y-coordinate and depth (z).
I’d like to plot (x,y) but that those points show a colorscale depending on the depth value (just the point colors I don’t want an interpolation).
Can somebody help me please?
  1 Kommentar
Caoimhe Madine
Caoimhe Madine am 31 Mär. 2020
Would anyone be able to tell me how to do this but then interpolate the colours?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 30 Jul. 2013
pointsize = 10;
scatter(x, y, pointsize, z);
  10 Kommentare
Mateusz Surma
Mateusz Surma am 17 Jan. 2020
Not sure if you still need the color bar:
cb = colorbar();
zhou weiyan
zhou weiyan am 3 Aug. 2022
Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by