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?
Why not just do,
contour(X, Y, Z .* (1/err_z))

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Contour 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