There are examples for summation of a vector but not for matrix in Matlab. So please help solve the following:
How to write impulse response function in matlab?
I want program in Matlab for the equation:
hij(t) = ∑_(k=1)to n (φik*φjk*e-xwk*sin(wdk(t))/(M*wdk))
- h is impulse response function
- φ is mode shape
- x is constant
- wk is kth mode nat frequency
- wdk is kth mode damped frequency
- M is mass matrix.