photo

Yidan


Last seen: 約1ヶ月 前 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...

約2ヶ月 前 | 2 件の回答 | 0

2

回答