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

Torsten
Torsten 2022년 6월 1일
You can directly apply one of the solvers from MATLAB's ODE suite, e.g. ODE45, ODE15S.
Asad Naveed
Asad Naveed 2022년 6월 1일
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 2022년 6월 1일
편집: Torsten 2022년 6월 1일
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.
Asad Naveed
Asad Naveed 2022년 6월 1일
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 2022년 6월 1일
편집: Torsten 2022년 6월 1일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2022년 6월 1일

편집:

2022년 6월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by