- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/contrib/uci/expremovestraightsegments.m
r13395 r13975 11 11 for i=1:length(a), 12 12 contour=a(i); 13 13 14 14 s=sqrt(contour.x.^2+contour.y.^2); 15 15 d=diff(s); 16 16 17 17 pos=find(abs(d)>cutoff); 18 18 pos=[0;pos;length(contour.x)];
Note:
See TracChangeset
for help on using the changeset viewer.