离散控制系统设计的MATLAB 代码

源代码在线查看: cc.m

软件大小: 596 K
上传用户: scorpioll
关键词: MATLAB 离散 控制系统设计 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				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')
				%%%%%%%%%%			

相关资源