Borrar filtros
Borrar filtros

Shading between two curves

1 visualización (últimos 30 días)
Phil A
Phil A el 4 de Mzo. de 2018
Editada: njj1 el 12 de Mzo. de 2018
Hey, I would like to shade the area between the red curves (.png) and between the green curves. Would be great if someone can help me!
The very best, Philipp
  4 comentarios
Phil A
Phil A el 11 de Mzo. de 2018
Thanks for your comments. Finally made it work.
Star Strider
Star Strider el 11 de Mzo. de 2018
Posting the relevant code (and data) would help others with similar problems.

Iniciar sesión para comentar.

Respuestas (1)

njj1
njj1 el 8 de Mzo. de 2018
Editada: njj1 el 12 de Mzo. de 2018
You can try using the "fill" function (could also use "patch"). Just off the top of my head, if you can compute the area between one of the red/green curve boundaries then use the vector of x and y values to form the polygon. Just remember that the x values will travel from x0 to xmax and back to x0, and the same for the y values. You want to trace the red curve then connect the end of the red curve to the green curve, then travel back up the green curve. So, for example, given the rightmost red/green region, x will go from -2 to about 1.2 then back to -2, and y will go from 0 to 300 and back to 0.
  1 comentario
Phil A
Phil A el 11 de Mzo. de 2018
Got it using "patch". Thanks a lot!

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by