what the code is trying to do:
for a generalized input, in(t), we take the part of the input that lies in the +time domain, use a laplace transform to put it inot the frequency domain, multiply it by the transfer function, H(s), then take the inverse laplace back into the time domain and graph it. I have the syntax wrong somewhere and can't figure it out.
ezplot(ilaplace(h*((laplace('Heaviside(in(t))')),t,s)),s,t)))
for a generalized input, in(t), we take the part of the input that lies in the +time domain, use a laplace transform to put it inot the frequency domain, multiply it by the transfer function, H(s), then take the inverse laplace back into the time domain and graph it. I have the syntax wrong somewhere and can't figure it out.
ezplot(ilaplace(h*((laplace('Heaviside(in(t))')),t,s)),s,t)))