what is the code of clear command window and memory?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
what is the code of clear command window and memory? in matlab
0 commentaires
Réponse acceptée
KSSV
le 27 Août 2017
clc clears the command window..
clear clears the memory...
1 commentaire
Walter Roberson
le 27 Août 2017
The command to do both at the same time is
quit
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!