finding critical points in vector 2d vector field

Hello i have a mesh grid of x and y (range -2 to 2) and two vector u and v. I'm trying to detect critical points(saddle point) so i start by plotting the vectors using streamslice(x,y,u,v,10); (10 is the line density) but i'm still can detect the critical points.

1 件のコメント

Star Strider
Star Strider 2017 年 1 月 31 日
Consider using the gradient and del2 functions to calculate the numerical derivatives and second derivatives of your data.

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

回答 (0 件)

カテゴリ

質問済み:

2017 年 1 月 31 日

コメント済み:

2017 年 1 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by