bvp4c with more boundary conditions than equations
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm working an orbital mechanics problem where I have four differential equations with four time dependent variables (radius and angle for position and radial and tangential velocity). I also have a parameter free to change with time (thrust angle).
I want to be able to solve a TPBVP (two point boundary value problem) with set start and end points for all four variables (i.e. a starting position and velocity and final position and velocity) and allow the thrust angle at each time step to be varied to build a path between those points.
The problem I'm having is that Matlab is telling me I can only input the same number of boundary conditions as equations (4), but I want a total of 8 boundary conditions. Is there any way around this? Or is the bvp4c/bvp5c function simply not capable of what I'm trying to do?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!