Smooth contours in simple 2D matrix

Dear all,
I have a 2D matrix that I plot via imagesc. It's a simple matrix full of three numbers: 1, 2 and 3 (attached)
I would like to have smooth contours separating the regions of ones, twos and threes, instead of the rough boundaries. How could I do it? Thanks, for the help!

답변 (1개)

Mike Garrity
Mike Garrity 2015년 6월 5일

0 개 추천

Contour won't you control the interpolation, but you can do it yourself. You basically need to follow this example I posted on the graphics blog for surface:

댓글 수: 1

Ac
Ac 2015년 6월 6일
OK, I was indeed checking the interp2 function. I'll go through your example and do some test. Thanks!

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

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

질문:

Ac
2015년 6월 5일

댓글:

Ac
2015년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by