統計
All
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年以上 前
質問
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年 前 | 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年以上 前 | 0 件の回答 | 0

