Feeds
已回答
How to plot the function x(t) = 10e^(3t)*u(t) thanks a lot
t=-5:0.1:5; if(t>=0) u=1; end if(t<0) u=0; end x=10*exp(3*t).*u; plot(t,x); xlabel('t'); ylabel('x(t)'); title...
How to plot the function x(t) = 10e^(3t)*u(t) thanks a lot
t=-5:0.1:5; if(t>=0) u=1; end if(t<0) u=0; end x=10*exp(3*t).*u; plot(t,x); xlabel('t'); ylabel('x(t)'); title...
2 years 前 | 0
