unit normal vector
조회 수: 6 (최근 30일)
이전 댓글 표시
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
2012년 4월 17일
Not really a ML questions. Its more a basic math questions
http://people.maths.ox.ac.uk/earl/lecture11a.pdf
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!