passcode
by Elmar Tarajan
22 Dec 2004
(Updated 03 Mar 2008)
PASSCODE creates a modal dialog box that returns user password input like in usual Windows dialogs.
|
Watch this File
|
| File Information |
| Description |
answer = PASSCODE
creates a modal dialog box that returns user password input. Given characters are substituted with '*'-Signs like in usual Windows dialogs.
answer = PASSCODE
without input parameter allows to type any ASCII-Character
answer = PASSCODE('digit')
allows only digits as input characters [0-9]
answer = PASSCODE('letter')
allows only letters as input characters [a-z_A-Z]
answer = PASSCODE(<string>)
allows to use characters from the specified string only
See also PCODE. |
| Acknowledgements |
This submission has inspired the following:
GetAuthentication, passwordUI
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 19 Mar 2006 |
Frank Hadjigeorgiou
|
|
|
| 13 Aug 2007 |
Elmar Tarajan
|
|
|
| 23 Feb 2009 |
Husam Aldahiyat
|
|
|
| 20 Nov 2011 |
Chad Gilbert
|
|
|
| Updates |
| 04 Aug 2005 |
nothing important.
Just a better gui-optic. |
| 03 Mar 2008 |
improved version 1.2.
support certain, user defined, characters for input. |
| 03 Mar 2008 |
- small bug fixed |
|
Contact us at files@mathworks.com