photo

Yidan


Last seen: 4 days 前 自 2024 起处于活动状态

Followers: 0   Following: 1

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I am trying to solve the system of coupled partial differential equations described in the attachment using the function pdepe. My code runs into this error:
function [c,f,s] = pdefun(x,t,u,dudx) % Equation to solve c = [1; 1]; f = [-0.6; 1.32].*u; s = [0; 0]; end function u0 = pd...

10 days 前 | 2 个回答 | 0

2

个回答