discrete time histories generation
how can I generate discrete time series? for part C (image below) this is my attempt:
omega = sqrt(2);
zeta = 1/sqrt(2);
...
2年以上 前 | 1 件の回答 | 0
1
回答
回答済み second order to first order
Hi @Sam Chak, thanks much for your help. I think it is a damped spring system. I would have an additional question.
For part c ...
2年以上 前 | 0
質問
second order to first order
Hello, I'm trying to convert this system to as described here:
This is my attempt but not sure...any help will be greatly a...
2年以上 前 | 2 件の回答 | 1
2
回答
質問
Gauss-Markov random sequence
I would like to know how I could create a Gauss-Markov random sequence in Matlab? any help will be greatly appreciated
回答済み how to code equation this equation?
Not sure why I'm getting this errors?? As always any help will be appreciated thanks
Error using exp
Not enough input argume...
3年弱 前 | 0
質問
how to code equation this equation?
not sure how to code this equation:
I have tried this:
nz = @(z) n(z0)*(Tz0/Tz)^(1+g).*exp(-uc(z))
but I think it is not ...