- Do your thing
- Close Matlab
- Modify the command history file history.m (delete last line). Use prefdir() to find where it is located.
- Reopen Matlab
Clear text typed with input() from the command history
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Oleg Komarov
am 10 Jun. 2014
Bearbeitet: Oleg Komarov
am 25 Nov. 2014
The case scenario is very simple, I am asking for a password to be typed in the command window.
I am using
s = input('Password: ','s')
I can clear the text from the command window with something like fprintf(char(8)), but how do I clear the last typed command from the command history ?
I am aware that inputdlg() would solve the problem but I would be interested in finding some way for editing the history.
EDIT
I personally changed approach from cmd window input to GUI input and wrote a submission for the purpose: http://uk.mathworks.com/matlabcentral/fileexchange/47210-passfield
2 Kommentare
José-Luis
am 10 Jun. 2014
Bearbeitet: José-Luis
am 10 Jun. 2014
A solution that's worse than the problem:
I don't know if there's a way to force the IDE to update the command history. That way opening and closing Matlab wouldn't be necessary.
Akzeptierte Antwort
Oleg Komarov
am 13 Jun. 2014
3 Kommentare
Rasmus
am 19 Nov. 2014
I'm quite new to matlab and tires to use this code. There are one annoying side effect with the code. After the commands are executed the password will still be in the command window so i need to hit esc to not accidentally type the password again and then it is stored in the history.
How did you get around this?
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!