Solving the Shunting Equation

I am new in matlab, and looking for an implemenation or guide to implementation of shunting equation given below
It is basically an implementation of cellular neural network for Path planning. I am sharing the link to the ieee paper with it. Any help would be appreciated.
https://ieeexplore.ieee.org/document/1262545 (can directly refer to equation no. 3 from paper)

5 Comments

You can directly apply one of the solvers from MATLAB's ODE suite, e.g. ODE45, ODE15S.
why you think it is an ODE while in my understanding, differential equation just shows the change of values with time. I dont believe it is a typical example of differential equation.
Torsten
Torsten on 1 Jun 2022
Edited: Torsten on 1 Jun 2022
dx_i/dt is the change of the function x_i with t.
Equations (3) define a typical system of ordinary differential equations in t.
I am very thankful for your feedback.
Could you kindly write a rough sketch/pseudo code for it ? since each neuron is dependant on the value from the neighboring neurons and form a topological kind of structure, and gets complicated. I will be so thankful of you if you help with it.
Torsten
Torsten on 1 Jun 2022
Edited: Torsten on 1 Jun 2022
No, sorry, but this is overcharged.
The problem you describe is not a MATLAB problem, but a problem with regard to contents that you have to solve on your own.

Sign in to comment.

Answers (0)

Asked:

on 1 Jun 2022

Edited:

on 1 Jun 2022

Community Treasure Hunt

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

Start Hunting!