Matlab Modeling Using Objects Intro
Matlab Modeling Using Objects Intro
Matlab Keys
% Type help % help class % help function % lookfor convolution % help conv % help plot % help ops % help general % help lang % b= 2 ; % constant % c = [1, 2, 5] ; % vector % d = [1, 3, 5; 7, 9, 11; 8, 8, -2]; % size(d) % length(c); %varargin: variable argument list in %varargin: variable argument list out
Matlab Notes
http://www.mathworks.com/support/2010a/matlab/7.10/demos/DevelopingClasse sOverview.html Examples C:\Program Files\MATLAB\R2010a\help\techdoc\matlab_oop
x( t)
h(t )
y( t )
h( ; t )
y( t )
form1 : y (t ) form 2 : y (t )
x( )h(t )d
x(t )h( )d
form 2 : y (t )
x(t )h(t; )d
1-4
DETERMINISTIC VIEW
Matlab Examples
LTI Signal Class version I: ChannelModChannelModScript