필터 지우기
필터 지우기

How to plot weighted contour plot?

조회 수: 2 (최근 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 CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by