a series of point coordinates are known, and their orientation (angle). Calculate gradient

조회 수: 2 (최근 30일)
ZhG
ZhG 2013년 9월 27일
댓글: ZhG 2013년 9월 27일
For example, 10 points' coordinates are known, as (xi, yi) i =1 ... 10 and a corresponding angle of each point is known, as ai
How I can calculate the gradient of each point and How does it show an arrow on the image for each point?
Thanks.

답변 (1개)

Image Analyst
Image Analyst 2013년 9월 27일
How can a bunch of points in a 2D plane, scattered all over the place, have a gradient? How did you get the angle at those points, but not the magnitude ?
Anyway, you can use quiver to put arrows on the picture.
  댓글 수: 2
ZhG
ZhG 2013년 9월 27일
I did it like
u = c*cos(ai)
v = c*sin(ai)
c is a constant, 0.2 for example
quiver(x,y u, v)
ZhG
ZhG 2013년 9월 27일
but the line with arrow is a little longer than I expected How can I control that?

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

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by