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!