Solving state space equation using ODE45
显示 更早的评论
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
回答(1 个)
Torsten
2017-12-6
0 个投票
x0 should be a column vector, not a row vector.
Best wishes
Torsten.
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!