Sie sind auf Seite 1von 1

A MATLAB FUNCTION TO CALCULATE DISTANCE BETWEEN TWO POINTS

function [d]= dist(TxLat, TxLon,RxLat,RxLon) d = distdim( distance(TxLat,TxLon,RxLat,RxLon),'deg','km' );

Notes By: Juliana Nepembe

Das könnte Ihnen auch gefallen