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

5 ビュー (過去 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 件のコメント
darova
darova 2020 年 4 月 25 日
Bin Jiang
Bin Jiang 2020 年 4 月 25 日
Thanks for the clarification. The figure looks more understandable now.

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by