Effacer les filtres
Effacer les filtres

How to plot weighted contour plot?

2 vues (au cours des 30 derniers jours)
Ankit Labh
Ankit Labh le 2 Avr 2020
Commenté : Adam Danz le 2 Avr 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 commentaires
darova
darova le 2 Avr 2020
What does it mean: "weighted contout"? you want change linewidth along contour?
Adam Danz
Adam Danz le 2 Avr 2020
Why not just do,
contour(X, Y, Z .* (1/err_z))

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by