source:
issm/oecreview/Archive/26740-27031/ISSM-26792-26793.diff@
27032
Last change on this file since 27032 was 27032, checked in by , 3 years ago | |
---|---|
File size: 612 bytes |
-
../trunk-jpl/src/m/exp/operation/exp_ginput.m
4 4 % Usage: 5 5 % [xi yi] = exp_ginput(numclicks,options); 6 6 7 8 ginputtype = getfieldvalue(options,'ginputtype','default'); 7 %ginputtype = getfieldvalue(options,'ginputtype','default'); 9 8 ginputtype = getfieldvalue(options,'ginputtype','myginput'); 10 9 11 10 switch ginputtype … … 16 15 otherwise 17 16 error('not supported yet'); 18 17 end 19 20
Note:
See TracBrowser
for help on using the repository browser.