Changeset 19505
- Timestamp:
- 08/19/15 10:47:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/interp/ProfileValues.m
r17590 r19505 2 2 %PROFILEVALUES - compute the value of a field on a vertical profile 3 3 % 4 % This routine gets the value of a given field of the model on points5 % given by filname (Argus type file)4 % This routine gets the value of a given field of the model on 5 % a point given by its coordinates 6 6 % 7 7 % Usage: 8 % [z,data]=ProfileValues(md,data,filename,resolution) 9 % [z,data]=ProfileValues(md,data,profile_structure,resolution) 8 % [z,data]=ProfileValues(md,data,xcoord,ycoord,resolution) 10 9 11 10 %Get bed and surface for each 2d point, offset to make sure that it is inside the glacier system
Note:
See TracChangeset
for help on using the changeset viewer.