Community Profile

photo

Byron Castillo


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

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...

3 years 前 | 0