t = 0:pi/50:pi; st = exp(t.^2).*sin(t); ct = (1+2*exp(t)).*cos(t).*sin(t); plot3(st,ct,t)