basin_identify.m

バージョン 1.2.0.0 (56.4 KB) 作成者: Dan Chavas
Identifies polygons of input set of points from input set of polygons, such as geographic coords.
ダウンロード: 142
更新 2014/11/5

ライセンスの表示

This code identifies the polygon (e.g. geographic basin) for each point in an input set of points from among an input set of polygons (e.g. geographic basins). Polygons cannot be overlapping. Designed for geographic data, though can work for any coordinate system. Example is included that makes a plot for geographic data.
This simplifies a common issue when working with geospatial data: the world or a region is broken up into sub-regions, and you want to then bin some set of datapoints into their respective sub-regions.

引用

Dan Chavas (2025). basin_identify.m (https://www.mathworks.com/matlabcentral/fileexchange/48360-basin_identify-m), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMap Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Minor: added "sub-" to final word of description.

1.1.0.0

Added image, updated description to note that this works for any coordinate system, not necessarily geographic.

1.0.0.0