Borrar filtros
Borrar filtros

How to plot weighted contour plot?

2 visualizaciones (últimos 30 días)
Ankit Labh
Ankit Labh el 2 de Abr. de 2020
Comentada: Adam Danz el 2 de Abr. de 2020
I have [x,y,z,err_z] data. I want to plot a contour diagram but weighted by 1./err_z. Is it possible to do in the matlab?
  2 comentarios
darova
darova el 2 de Abr. de 2020
What does it mean: "weighted contout"? you want change linewidth along contour?
Adam Danz
Adam Danz el 2 de Abr. de 2020
Why not just do,
contour(X, Y, Z .* (1/err_z))

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by