Matlab Command Clips

Some matlab command clips from the notebook. Most also work in R and Octave

datetick(‘x’,’HH:MM:SS’,’keepticks’)
Normalizes display of time stamps to hour minute second

hold all
allows keeping graphed numbers on an exsiting display while adding more

hold off
starts a fresh graph

axis square
makes the size of the x and y axes the same

clear all
clear screen, varibales ,etc

who
lists all variables in the workspace

CTRL-C
Breaks current process, stops runaway processes

clc
clear command window