combined Filled area and contour plotting

1 visualización (últimos 30 días)
Somnath Kale
Somnath Kale el 26 de Jul. de 2021
Comentada: KSSV el 26 de Jul. de 2021
Hi
I wanted to plot the below type of figure for my X Y Z variable: is it possible to plot them with matlab?
  3 comentarios
Somnath Kale
Somnath Kale el 26 de Jul. de 2021
No I dont have code for fig, this is from one reaserch article.
But uhave data of my variables which can certainly help you to suggest further:
X = [1e6 2e6 3e6 4e6 5e6 6e6 7e6 8e6]
Y = [74 71 68 66 64 63 62 61]
Z = [45 47 49 50 51 53 56 59]
darova
darova el 26 de Jul. de 2021
It's just a line
X = [1e6 2e6 3e6 4e6 5e6 6e6 7e6 8e6];
Y = [74 71 68 66 64 63 62 61];
Z = [45 47 49 50 51 53 56 59];
plot3(X,Y,Z)

Iniciar sesión para comentar.

Respuestas (1)

KSSV
KSSV el 26 de Jul. de 2021
  2 comentarios
Somnath Kale
Somnath Kale el 26 de Jul. de 2021
Hi KSSV
thaks for your presponse
I tried your suggestion apperantly it didnt work. I want 2d plot of 3 varianbles exactly as shown in figure in question.
KSSV
KSSV el 26 de Jul. de 2021
Attach your data...

Iniciar sesión para comentar.

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by