unit normal vector
4 ビュー (過去 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!