Info

此问题已关闭。 请重新打开它进行编辑或回答。

Mathematical execution of contourc

1 次查看(过去 30 天)
Kerem Yüksel
Kerem Yüksel 2023-11-14
关闭: Stephen23 2023-11-14
How does contourc command filters the same contour levels? Is it possible to execute that function without any quick command? What is the mathematical expression that contourc executes? Thanks.

回答(1 个)

Matt J
Matt J 2023-11-14
编辑:Matt J 2023-11-14
The documentation doesn't disclose it, but I would guess that it does a kind of 2D bisection algorithm. Sample points are chosen near where Z=level and the area covered by the samples is iteratively contracted to make abs(Z-level) smaller and smaller.

此问题已关闭。

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by