Feeds
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 years 前
提问
Why is the convolution so different from the analytical answer?
I am trying to graph the convolution of two functions. t = linspace(0,5,1001); xt = (exp(-t) + exp(-3*t)).*heaviside(t); ht ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Too many Input Arguments error when using Transfer Functions and bodeplot()
This is my transfer function: H1s = 1.25e04 s ---------------------- s^2 + 1.25e04 s + 1e10 Continuous-ti...
5 years 前 | 0 个回答 | 0

