├── ovm.m ├── calcf.m ├── integrate_RungeKutta.m └── README.md /ovm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callme-yida/Car-Following-Model/HEAD/ovm.m -------------------------------------------------------------------------------- /calcf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callme-yida/Car-Following-Model/HEAD/calcf.m -------------------------------------------------------------------------------- /integrate_RungeKutta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callme-yida/Car-Following-Model/HEAD/integrate_RungeKutta.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Car-Following-Model 2 | I am a graduate student and my major is traffic engineering. Now I am learning the car-following model. Some of the code is an experiment from a classic paper, and some are rewritten from other code. I hope to share and discuss with you during the learning process. 3 | --------------------------------------------------------------------------------