Next: Helpful hints
Up: MATLAB Tutorial
Previous: Fast Fourier transform (FFT)
- clear: clears all the variables.
- close all: closes all the plots.
- clc: clears the display in the workspace area.
- diary <filename>: this will save all subsequent command window input and most of the output to <filename>. diary off suspends the command and diary on resumes it.
Copyright © 2004, Aly El-Osery
Last Modified 2005-10-27