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 件のコメント

darova
darova 2020 年 4 月 2 日
What does it mean: "weighted contout"? you want change linewidth along contour?
Adam Danz
Adam Danz 2020 年 4 月 2 日
Why not just do,
contour(X, Y, Z .* (1/err_z))

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeContour Plots についてさらに検索

製品

質問済み:

2020 年 4 月 2 日

コメント済み:

2020 年 4 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by