Azzera filtri
Azzera filtri

How to plot weighted contour plot?

2 visualizzazioni (ultimi 30 giorni)
Ankit Labh
Ankit Labh il 2 Apr 2020
Commentato: Adam Danz il 2 Apr 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 Commenti
darova
darova il 2 Apr 2020
What does it mean: "weighted contout"? you want change linewidth along contour?
Adam Danz
Adam Danz il 2 Apr 2020
Why not just do,
contour(X, Y, Z .* (1/err_z))

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by