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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
