How do I clear the command history from the command line in MATLAB?
Afficher commentaires plus anciens
I would like to clear the command history from the command line in MATLAB.
Réponse acceptée
Plus de réponses (1)
drummer
le 10 Juil 2018
0 votes
just type clc . It will clear your history window in matlab. If you want to clear the data as well, type: clc, clear
2 commentaires
Jacob Lynch August
le 21 Mar 2019
That's not useful if you're calling a function that takes a secret phrase for input, e.g. opening an encrypted file.
Catégories
En savoir plus sur Help and Support dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!