How do I simulate the N Oscillator Kuramoto Model with no loop

4 visualizaciones (últimos 30 días)
matthew choo
matthew choo el 6 de Dic. de 2020
How do I simulate this formula with no loop?
This is what I am doing.
N=10;
theta=0:10;
W=0:10;
dydt=omega+(K/N).*(sin(theta(1)-theta(1))+sin(theta(2)-theta(1))+sin(theta(3)-theta(2))+(sin(theta(4)-theta(1))));

Respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by