Outward pointing normal vectors on a triangle

7 ビュー (過去 30 日間)
Kjartan Birgisson
Kjartan Birgisson 2011 年 3 月 4 日
Hey guys.
I'm using the Galerkin method to solve a heat convection problem in 2d.
I have a triangle and I've found the normal vectors to the triangle side.
%Length of one side: a1 = sqrt((x3-x2)^2+(y3-y2)^2);
%Normal vector: n1 = [(x3-x2),y3-y2]./a1;
The problem is that I don't know how to make matlab make the normal vectors point outwards automatically.
So if anyone has a suggestion please tell me.
thanks, Kjartan

回答 (1 件)

Brett Shoelson
Brett Shoelson 2011 年 3 月 4 日
Are you familiar with the QUIVER command?
Brett

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by