How to plot weighted contour plot?

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

What does it mean: "weighted contout"? you want change linewidth along contour?
Why not just do,
contour(X, Y, Z .* (1/err_z))

Accedi per commentare.

Risposte (0)

Categorie

Prodotti

Richiesto:

il 2 Apr 2020

Commentato:

il 2 Apr 2020

Community Treasure Hunt

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

Start Hunting!

Translated by