disthist

版本 1.0.0.0 (17.1 KB) 作者: Chad Greene
Simply show a histogram of distances between geographic waypoints.
516.0 次下载
更新时间 2014/6/19

查看许可证

This function creates a histogram of distances between geolocated waypoints assuming a great circle path on the WGS84 ellipsoid.

Syntax

disthist(lat,lon)
disthist(lat,lon,distances_or_nbins)
n = disthist(...)
[n,xout] = hist(...)

Description

disthist(lat,lon) without output arguments produces a histogram plot of the output of distances between points given by geographic coordinates lat and lon. disthist distributes the bins along the x-axis between the minimum and maximum values of distances between points in meters.

disthist(lat,lon,distances_or_nbins) specifies an array of distances between points (equivalent to x in the hist function) or the scalar number of bins. By default distances_or_nbins = 10.

n = disthist(...) does not produces a histogram plot, but only returns the number of elements in each bin as described above.

[n,xout] = hist(...) returns vectors n and xout containing the frequency counts and the bin locations. You can use bar(xout,n) to plot the histogram.

引用格式

Chad Greene (2024). disthist (https://www.mathworks.com/matlabcentral/fileexchange/46996-disthist), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Analysis 的更多信息
致谢

参考作品: interpm2

启发作品: pathdist

Community Treasure Hunt

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

Start Hunting!

disthistdemo/html/

版本 已发布 发行说明
1.0.0.0