Borrar filtros
Borrar filtros

how to print the entered current key as astrick symbol in inputdlg / commandwindow????

3 visualizaciones (últimos 30 días)
pwd=input('enter the password: \n','s');
input2=input('enter pwd: \n','s');
b=length(pwd);b1=length(input2);
if ( b==b1 & input2==pwd)
msgbox('correct');
else
msgbox('wrong');
end
when I run this program it asks in command window enter the password. I want to give some characters but it printed in astrick symbols?/
give me your suggestions

Respuestas (1)

Jan
Jan el 4 de Nov. de 2015
There is no chance to create a password input dialog in the command window, which displays asterics instead of the characters. But there are many solutions in the FileExchange. Simply search for them: http://www.mathworks.com/matlabcentral/fileexchange/?term=password
You can download the submissions and either use them directly or learn from the code.

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by