How to plot weighted contour plot?

3 ビュー (過去 30 日間)
Ankit Labh
Ankit Labh 2020 年 4 月 2 日
コメント済み: Adam Danz 2020 年 4 月 2 日
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 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by