Solving the Shunting Equation
Show older comments
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
Torsten
on 1 Jun 2022
You can directly apply one of the solvers from MATLAB's ODE suite, e.g. ODE45, ODE15S.
Asad Naveed
on 1 Jun 2022
Asad Naveed
on 1 Jun 2022
Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!