Changeset 22038
- Timestamp:
- 09/05/17 10:00:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/modules/ContourToNodes.m
r20811 r22038 16 16 end 17 17 18 %Some conversion of files: 19 [path,name,ext]=fileparts(contourname); 20 if strcmpi(ext,'.shp'), 21 %read contour from shapefile: 22 contour=shpread(contourname); 23 24 %write it to a temporary filename: 25 contourname=tempname; 26 expwrite(contour,contourname); 27 end 28 18 29 %Call mex module 19 30 [flags] = ContourToNodes_matlab(x,y,contourname,edgevalue);
Note:
See TracChangeset
for help on using the changeset viewer.