The numerical simulation using ODERK4 is too slow.
(it is built in propagator class)
I think it can be accelerated with code generation using matlab toolbox.
(the matlab coder does not support the class, so RK4 method needs to be detached from the propagator class)
The numerical simulation using
ODERK4
is too slow. (it is built inpropagator
class) I think it can be accelerated with code generation using matlab toolbox. (the matlab coder does not support the class, so RK4 method needs to be detached from thepropagator
class)