what is the code of clear command window and memory?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
abrar ali
am 27 Aug. 2017
Beantwortet: Tasha Davis
am 9 Feb. 2021
what is the code of clear command window and memory? in matlab
0 Kommentare
Akzeptierte Antwort
KSSV
am 27 Aug. 2017
clc clears the command window..
clear clears the memory...
1 Kommentar
Walter Roberson
am 27 Aug. 2017
The command to do both at the same time is
quit
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Entering Commands 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!