How to plot weighted contour plot?

2 views (last 30 days)
Ankit Labh
Ankit Labh on 2 Apr 2020
Commented: Adam Danz on 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 Comments
darova
darova on 2 Apr 2020
What does it mean: "weighted contout"? you want change linewidth along contour?
Adam Danz
Adam Danz on 2 Apr 2020
Why not just do,
contour(X, Y, Z .* (1/err_z))

Sign in to comment.

Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!