フィルターのクリア

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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by