Changeset 26386


Ignore:
Timestamp:
08/10/21 07:02:44 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/ShpRead.m

    r20875 r26386  
    1 function ShpRead(filename);
     1function structout = ShpRead(filename);
    22%       SHPREAD - Read shapefile
    33%       
     
    55%       
    66%          Usage:
    7 %             ShpRead(filename);
    8 %             filexp:      file name of exp file to be written
     7%             structout = ShpRead(filename);
    98%       
    109%          Examples:
    11 %             ShpRead('file.shp');
     10%             structout = ShpRead('file.shp');
    1211
    1312% Check usage
     
    1817
    1918% Call mex module
    20 ShpRead_matlab(filename);
     19structout = ShpRead_matlab(filename);
Note: See TracChangeset for help on using the changeset viewer.