Changeset 13646 for issm/trunk-jpl/src/m/exp/manipulation/addcontour.m
- Timestamp:
- 10/12/12 16:44:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/manipulation/addcontour.m
r8662 r13646 7 7 % Usage: 8 8 % [A,numprofiles,numpoints,closed]=addcontour(A,numprofiles,numpoints,closed,prevplot,root,options) 9 9 10 10 title('click to add a point to the new profile, RETURN to exit','FontSize',14) 11 11 hold on … … 18 18 19 19 [xi,yi] = ginput(1); 20 20 21 21 if ~isempty(xi) 22 22 x(end+1,1)=xi;
Note:
See TracChangeset
for help on using the changeset viewer.