Saturday, March 21, 2009
Lambda Function at Baseline=1
function y=lambda(x)
% y=lambda(x) generates a triangular signal
y=(x+1).*(x>-1 & x<0)+(x==0)+(-x+1).*(x>0 & x<1);
Labels: matlab
Subscribe to Posts [Atom]
An Unofficial Review Blog for files in Matlab Central
Labels: matlab
Subscribe to Posts [Atom]
Post a Comment