필터 지우기
필터 지우기

How is the isoline in a 2D contour calculated inside 'contourc' function?

조회 수: 2 (최근 30일)
Bin Jiang
Bin Jiang 2020년 4월 23일
댓글: Bin Jiang 2020년 4월 25일
Hello Matlab experts,
My questions is about using contourc function to get a isoline in a 2D contour. For example,
iso_line = contourc(x,y,function_of_x_y,[0.5 0.5]);
I assume that the algrithme is interploilating the function_of_x_y on meshgrids(x,y) to get the isoline at 0.5. My question is what is the interpolation function? is it a linear interpolation? Does the uniform or non-uniform grids affect the 2D iso_line matrix?
Thanks in advance.
Bin
  댓글 수: 8
Bin Jiang
Bin Jiang 2020년 4월 25일
Thanks for the clarification. The figure looks more understandable now.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by