Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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])
Zitieren als
ANKUR KUMAR (2026). cropregion (https://de.mathworks.com/matlabcentral/fileexchange/71499-cropregion), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.0 (1,61 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0 |
