Changeset 21067
- Timestamp:
- 08/04/16 08:34:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/geometry/find_point.m
r12650 r21067 12 12 13 13 %find index of the minimum distance and return the first one only 14 f=find(distance==min(min(distance)),1); 14 %f=find(distance==min(min(distance)),1); 15 [~,f]=min(distance(:));
Note:
See TracChangeset
for help on using the changeset viewer.