Solving state space equation using ODE45
Afficher commentaires plus anciens
Hello, I'm new to this. I have just about the most minimal skill possible when it comes to writing code or programs, so please bear with me. I am trying to numerically integrate a mechanical system with MATLAB, and I am getting errors saying my dimensions must agree. I have done this twice before with a program my professor wrote, but all of my examples were 2x2 matricies. The problem I am dealing with now is a 6x6. I have a picture of my matrix and code attached. How would I write this in a way that MATLAB can understand? Thanks
Réponses (1)
Torsten
le 6 Déc 2017
0 votes
x0 should be a column vector, not a row vector.
Best wishes
Torsten.
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!