Where can I get a samaritan to help me with my code of a Reaction–Diffusion Delayed Neural Networks

조회 수: 7 (최근 30일)
I want to solve the delay PDE as follows, but I can't complete the code, I can't even find a suitable tool to deal with it.
S400[01TLZDR4C9D}Z9_NL1.png
As far as I know, "ddesd " can only solve ODE with time delay, while "pdepe" can only solve PDE without time delay. Can anyone help me to complete the code, or tell me the right solution ideas and suitable solution tools,appreciate it.

답변 (1개)

Josh Meyer
Josh Meyer 2020년 1월 30일
You should be able to use pdepe. Just calculate tau in the pdefun function and pass the delayed time value when you call the subfunction z to calculate that term. pdefun has inputs for x, t, u, and dudx, so tau will be recalculated using the current value of t each time pdepe invokes pdefun.
  댓글 수: 2
Bill Greene
Bill Greene 2020년 1월 31일
I do not see how to use pdepe to solve this PDE. Please post your example code.
Josh Meyer
Josh Meyer 2020년 1월 31일
On closer look I agree. I missed that z(x,t) is the function being solved for. If the time delay was only in a call to g(x,t), or some other subfunction, then it could be hacked together.

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

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by