what is the code of clear command window and memory?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
abrar ali
el 27 de Ag. de 2017
Respondida: Tasha Davis
el 9 de Feb. de 2021
what is the code of clear command window and memory? in matlab
0 comentarios
Respuesta aceptada
KSSV
el 27 de Ag. de 2017
clc clears the command window..
clear clears the memory...
1 comentario
Walter Roberson
el 27 de Ag. de 2017
The command to do both at the same time is
quit
Más respuestas (1)
Ver también
Categorías
Más información sobre Entering Commands en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!