Least square magnitude solution
is this a right approach to calculate the least square magnitude x* to this problem? Any help will be greatly appreciated. Thank...
3년 초과 전 | 답변 수: 1 | 0
1
답변
질문
Least squared matrix error
is this a right approach to calculate the least squared error x* to this problem? this is what I'm getting:
Warning: Matrix ...
3년 초과 전 | 답변 수: 0 | 0
0
답변
질문
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);
...
3년 초과 전 | 답변 수: 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 ...
3년 초과 전 | 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...
3년 초과 전 | 답변 수: 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...
거의 4년 전 | 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 ...