- re-run any command by typing it again, or using the up and down keys to select an operation.
- clear any variables from the workspace.
- use clc to clear the command window text.
How can I undo multiple command lines in command window?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abdullah Saleh
le 20 Fév 2015
Réponse apportée : Abdullah Saleh
le 20 Fév 2015
Hello Dears,
I'm new to Matlab and I want to know how I delete back couple of lines because Undo Button only delete last line?
0 commentaires
Réponse acceptée
Stephen23
le 20 Fév 2015
Modifié(e) : Stephen23
le 20 Fév 2015
Just like in most programming languages, in MATLAB one cannot "undo" a command: once an operation has been run, its results will still have occurred regardless of what you do with the command window. The command window is simply a visual record of what has been run. What you can do is either re-run a command OR remove the record:
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Entering Commands dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!