home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / LANG.DI$ / KEYBOARD.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  628 b   |  13 lines

  1. %KEYBOARD Invoke the keyboard as if it were a Script-file.
  2. %    KEYBOARD invokes the keyboard as if it were a Script-file.
  3. %     When placed in an M-file, KEYBOARD stops execution of the
  4. %     file and gives control to the user's keyboard. The special 
  5. %     status is indicated by a double prompt. Variables may be 
  6. %     examined or changed - all MATLAB commands are valid. The 
  7. %     keyboard mode is terminated by executing the command RETURN
  8. %     (i.e. typing the six letters R-E-T-U-R-N and pressing the
  9. %     return key).  Control returns to the invoking M-file.
  10.  
  11. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  12. %    Built-in function.
  13.