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 Comments

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

Sign in to comment.

Answers (0)

Categories

Products

Asked:

on 2 Apr 2020

Commented:

on 2 Apr 2020

Community Treasure Hunt

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

Start Hunting!