統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,320
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
