Feeds
提问
Why is the code not implementing for i==6 value ?
T = zeros(7,12); for i = 1:7 for j = 1:12 if (i==1 || i==7) T(i,j) = 1750; end if i==4 && ...
11 years 前 | 1 个回答 | 0
1
个回答提问
how to solve 2d heat equation?
I am trying to solve a pde (steady state 2d heat equation). The system has certain number of nodes in x and y directions and th...
11 years 前 | 1 个回答 | 0
