필터 지우기
필터 지우기

unit normal vector

조회 수: 3 (최근 30일)
Noe alvarado
Noe alvarado 2012년 4월 17일
Hi How icant to compute the unit vectors normal of an elipse?
a=0:0.063:2*pi;
x=[2 + (2*cos(a))];
y=[1 + (sin(a))];
e1=[x;y]';
  댓글 수: 1
Friedrich
Friedrich 2012년 4월 17일
Not really a ML questions. Its more a basic math questions
http://people.maths.ox.ac.uk/earl/lecture11a.pdf

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

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 4월 17일
doc norm
will probably be your friend

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by