Changeset 19505


Ignore:
Timestamp:
08/19/15 10:47:00 (10 years ago)
Author:
seroussi
Message:

CHG: improved help doc for ProfileValues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/interp/ProfileValues.m

    r17590 r19505  
    22%PROFILEVALUES - compute the value of a field on a vertical profile
    33%
    4 %   This routine gets the value of a given field of the model on points
    5 %   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
    66%
    77%   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)
    109
    1110%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.