cropregion

バージョン 1.0.0 (1.61 KB) 作成者: ANKUR KUMAR
cropregion crops the data in the nc file as per the bounding % box provided as the fourth argument
ダウンロード: 129
更新 2019/5/9

ライセンスの表示

Function:
cropregion crops the data in the nc file as per the bounding
box provided as the fourth argument
Syntax:
[lon_cropped, lat_cropped, data_cropped]=cropregion(lon,lat,data,[lon1 lon2 lat1 lat2]);

Inputs:
It takes the first three arguments as the latitude, longitude, and
data respectively. The fourth argument should be the bounding box of the region(s) you wish to crop.

Example:

W=shaperead('us_states.shp');
[xx,yy,zz]=cropregion(lon,lat,data,[-79.5683 -74.7735 33.5789 36.7302])

引用

ANKUR KUMAR (2024). cropregion (https://www.mathworks.com/matlabcentral/fileexchange/71499-cropregion), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInteract with Maps についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

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