function cc
% The function CC does the commands:
% close all ==> removes all figures
% clear functions ==> removes compiled .M files
%%%%%%%%%%%%%%%%%%%%% cc.m %%%%%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat %
% Brooks/Cole Publishing Company %
% September 2002 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
close all
clear all
disp('Have closed all figures and removed compiled .M files')
%%%%%%%%%%