ODE45 for solving matrix of variables

1 view (last 30 days)
Ali Al-Abadi
Ali Al-Abadi on 29 Oct 2015
Hi, I am trying to solve the following vibration equation with ODE45 dx = zeros(n,1); dx(1) = x(2); dx(2) = C(i,j)*x(2)+K(i,j)*x(1)+F(i,:)); where C and K are 2d matrix and x(2), x(1) and F are vectors...any support with that?

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!