photo

Yidan


Last seen: 3개월 전 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...

3개월 전 | 답변 수: 2 | 0

2

답변