Home > freetb4matlab > plot > ginput.m

ginput

PURPOSE ^

% Return which mouse buttons were pressed and keys were hit on the current

SYNOPSIS ^

function [x, y, button] = ginput (n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{x}, @var{y}, @var{buttons}] =} ginput (@var{n})
% Return which mouse buttons were pressed and keys were hit on the current
% figure. If @var{n} is defined, then wait for @var{n} mouse clicks
% before returning. If @var{n} is not defined, then @code{ginput} will
% loop until the return key is pressed.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003