maskregion

버전 1.0.0 (1.64 KB) 작성자: ANKUR KUMAR
maskregion mask out the data in the nc file as per the shape file provided as the fourth argument
다운로드 수: 681
업데이트 날짜: 2019/5/9

라이선스 보기

Function:
maskregion mask out the data in the nc file as per the shape
file provided as the fourth argument
Syntax:
[data_masked]=maskregion(lon,lat,data,shapefile_var);

Inputs:
It takes first three arguments as the latitude, longitude and
data respectively. shapefile argument should be the shapefile,
which contains X and Y coordinates of the region(s) you wish
to crop.

Example:

W=shaperead('us_states.shp');
[data_masked]=maskregion(lon,lat,data,shapefile_var);

인용 양식

ANKUR KUMAR (2024). maskregion (https://www.mathworks.com/matlabcentral/fileexchange/71500-maskregion), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Import and Export에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0