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
2017년 1월 31일
Consider using the gradient and del2 functions to calculate the numerical derivatives and second derivatives of your data.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Pole and Zero Locations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!