Feeds
답변 있음
What is wrong in code of diffusion equation problem?
a=5; b=4; na=20; nb=16; k=5; T0=80; clear T x=linspace(0,a,na); y=linspace(0,b,nb); [X,Y]=meshgrid(x,y); for i=1:nb for j...
What is wrong in code of diffusion equation problem?
a=5; b=4; na=20; nb=16; k=5; T0=80; clear T x=linspace(0,a,na); y=linspace(0,b,nb); [X,Y]=meshgrid(x,y); for i=1:nb for j...
대략 5년 전 | 0
