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 years 前 | 0
