Feeds
질문
I think my program is complete.. What happen to this line? u(i)=sin(pi*x(i)); ??
if true % code end n=10; c1=0; c2=0; k= 0.0025; L=1; h=0.1; alpha=1; T=0.025; n=L/h;m=T/k; lambda =alpha*...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
I need to tabulate the data for u(x,t) vs x
I need to tabulate the data for u(x,t) vs x. Someone help me please :( if true % code end L = 1.; T = 1.; maxk =...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
Hello there. I ran a matlab program and i cant produce any graph. This program can run but it doesnt show any graph.. Please help me
L = 1.; T = 1.; maxk = 2500; dt = T/maxk; n=50; dx = L/n; cond = 1/4; b = 2.*cond*dt/(dx*dx); for i= 1:n+1 x(i) = (i-...
12년 초과 전 | 답변 수: 2 | 0