SuwonLee-KMU / Song-3Dimensional-Engagement-Kinematics

3D engagement kinematics from Song(1994)
MIT License
0 stars 0 forks source link

Numerical simulation is too slow #1

Open SuwonLee-KMU opened 4 years ago

SuwonLee-KMU commented 4 years ago

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)

SuwonLee-KMU commented 4 years ago

This turned out to be the problem of timeseries class. Use array instead, then the speed is very fast.