Matlab code of this equation
이전 댓글 표시
Hi,
I am pretty new with Matlab but have already learnt some theory when it comes to numerically solving differential equations. please I have to do simulation this equation by using Matlab
u_t=u_xx+
where u_t=
if someone can help me i will be grateful.
댓글 수: 2
Raj
2019년 4월 11일
Can you elaborate your equation a bit? I assume u_xx is a constant and 'uxx' inside integral is nothing but u(t,x). Is that correct?
khaoula bgf
2019년 4월 11일
답변 (1개)
Torsten
2019년 4월 11일
0 개 추천
Use "pdepe" to solve the system
u_t = u_xx + v
v_t = u_xx
Best wishes
Torsten.
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!