cassisi / kuramoto

Matlab simulation of phase oscillator networks with different connectivities
7 stars 9 forks source link

Source code for solver #1

Open dprice80 opened 8 years ago

dprice80 commented 8 years ago

Hi

I am currently trying to learn more about Kuramoto oscillators and would like to try your code. Would you mind uploading the dependencies so that your repository works as a standalone package? There are a few functions in there that I could no find elsewhere.

Thanks Darren

cactusmonkey commented 8 years ago

+1 on this issue. the rk4 integration is missing

SpaceQuester commented 7 years ago

Hi. Please, add the rk4.m solver.

dtyulman commented 7 years ago

It's not drop-in compatible, but if you're still interested in using an existing solver you can make a few modifications to this function to make it compatible with the rest of this repository to do the integration. Matlab's built-in ode45 solver works as well.

ChacesXia commented 6 years ago

Hi, Can you pass this code? I haven't found rk4 solver. Can you share a function file about rk4 function if you achieve it.Thanks @dtyulman But I can't fix it to complete my goals. Thanks. My email address:1217113694@qq.com.

ChacesXia commented 6 years ago

Hi, friends, I have fixed a series of bugs, but I can't commit a PR to this repository. So I rebuild a new repository at kuramoto_model_and_synchronization. You can clone this and study kuramoto model through these code.Thanks.