Feeds
提问
ploting graph which includes sin and vectors
Hi how can i plot a graph of 't' against 'x' whet t= -2.5:0.25:2.5; y is a vector too represented by y=exp(-t.^2); and x ...
14 years 前 | 0 个回答 | 0
0
个回答提问
ploting reversed laplace function
Why is it not working?, please help syms s; y =(4.36/(s*(s^2+1.61*s+0.935+4.36))); ilaplace(y) t = 0:0.001:8; plot(t,y, '-r...
15 years 前 | 1 个回答 | 0
1
个回答提问
Transfer function
I am new to matlab'plz help me, I am trying to get a Transfer function v2/y, when i tried getting v1/y it worked, here it is: ...
15 years 前 | 1 个回答 | 0
