Feeds
提问
Point of intersection of 'symbolic' curves
Consider the code segment syms e y1 = sqrt(8-e); ezplot(y1) y_sym = sqrt(e) * tan(pi/2 * sqrt(e)...
14 years 前 | 2 个回答 | 0
2
个回答提问
Impulse Response using Dirac(t)
Consider the following code segment used to generate the step response syms y t y=dsolve('D2y+5*Dy+6*y=heaviside(t)'...
14 years 前 | 1 个回答 | 2
