distance
Distance between sites
Description
specifies options using name-value arguments.d = distance(___,Name=Value)
Examples
Create a transmitter site and a receiver site. Specify the locations using geographic coordinates.
tx = txsite(Name="MathWorks", ... Latitude=42.3001, ... Longitude=-71.3504); rx = rxsite(Name="Fenway Park", ... Latitude=42.3467, ... Longitude=-71.0972);
Calculate the distance between the sites. The function returns the result in meters. By default, the function calculates the distance using a Euclidean path.
dme = distance(tx,rx)
dme = 2.1504e+04
Convert the distance to kilometers.
dkm = dme / 1000
dkm = 21.5037
Create a transmitter site and a receiver site. Specify the locations using geographic coordinates.
tx = txsite(Name="MathWorks", ... Latitude=42.3001, ... Longitude=-71.3504); rx = rxsite(Name="Fenway Park", ... Latitude=42.3467, ... Longitude=-71.0972);
Calculate the distance between the sites using a great circle path. The function returns the result in meters. Convert the distance from meters to kilometers.
dme = distance(tx,rx,"greatcircle");
dkm = dme / 1000dkm = 21.4515
Input Arguments
Measurement path type, specified as one of the following:
"euclidean"— Use the shortest path through space that connects the antenna center positions of the sites. The option is the default for both Cartesian and geographic sites."greatcircle"— Use the shortest path on the surface of a spherical Earth that connects the geographic locations of the sites. This option requires theCoordinateSystemproperties of the sites to be"geographic".
Data Types: char
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: d = distance(site1,site2,Map="myfile.stl") specifies the
map as an STL file.
Before R2021a, use commas to separate each name and value, and enclose
Name in quotes.
Example: d = distance(site1,site2,"Map","myfile.stl") specifies
the map as an STL file.
Map for visualization or surface data, specified as a siteviewer
object, a triangulation object, a string scalar, or a character vector.
Valid and default values depend on the coordinate system.
| Coordinate System | Valid map values | Default map value |
|---|---|---|
"geographic" |
|
|
"cartesian" |
|
|
a Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®. | ||
In most cases, if you specify this argument as a value other than a siteviewer or
"none", then you must also specify an output argument.
Data Types: char | string
Output Arguments
Version History
Introduced in R2017b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)