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 years 前 | 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 years 前 | 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 years 前 | 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...
2 years 前 | 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 ...