Changeset 1090
- Timestamp:
- 06/24/09 16:39:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/expcoarsen.m
r1085 r1090 1 1 function expcoarsen(newfile,oldfile,resolution); 2 %EXPCOARSEN - coarsen an exp contour 3 % 4 % This routine read an Argus file and remove points with respect to 5 % the resolution (in meters) given in input. 6 % 7 % Usage: 8 % expcoarsen(newfile,oldfile,resolution) 9 % 10 % Example: 11 % expcoarsen('DomainOutline.exp','Antarctica.exp',4000) 2 12 3 13 %Some checks
Note:
See TracChangeset
for help on using the changeset viewer.