azimuths between points on a plane

3 ビュー (過去 30 日間)
yonatan s
yonatan s 2018 年 2 月 12 日
編集済み: yonatan s 2018 年 2 月 12 日
ola,
I'm using now atan2d to calculate azimuths (relative to east) on a plane between two grids, sized 970X1144:
for i=1:length(f)
xx=x-x(f(i)); yy=y-y(f(i));
az=atan2d(yy,xx);
end
however, this method increases running time as it consumes 25% of it.
is there a less time-consuming way of doing this?

回答 (0 件)

カテゴリ

Help Center および File ExchangeAccess Fortran Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by