k=3;l=4;b=2;
syms y
for n=1:5
A=exp(n*pi/l)-exp(-n*pi/l);
u=k/A*(exp(n*pi*y/l)-exp(-n*pi*y/l));
ezplot(u)
hold on
end