EzyFit Function Reference | << Prev | Next >> |
[X,Y] = myginput(N) gets N points from the current axes and returns
the X- and Y-coordinates in length N vectors X and Y. myginput is
strictly equivalent to GINPUT, except that a second argument specifies
the cursor pointer: [X,Y] = myginput(N,'crosshair') uses the crosshair
pointer instead of the standard fullcrosshair pointer.
See "Specifying the Figure Pointer" in Matlab's doc to see the list of
available pointers.
myginput is copied from Matlab's GINPUT rev. 5.32.4.4.
See Also
GINPUT.
Previous: makevarfit | Next: pickdata |