Feeds
提问
How to plot a graph with only positive x-axis and appropriate limits for y-axis of this codes ?
1) syms s ; ys =((21+6*s)/(2*s^2+7*s+3)) yt= ilaplace (ys) 2) syms s ; ys =(1/(s^3+3*s^2+12*s+10)) yt= ilaplace (ys) ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to plot ?
syms s ; t = 0:0.1:1 ys =((35+4*s)/(s^2+5*s)) yspf = partfrac (ys) yt= ilaplace (yspf) plot(t,yt)
8 years 前 | 1 个回答 | 0
