이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). disthist (https://kr.mathworks.com/matlabcentral/fileexchange/46996-disthist), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
