統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,273
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Multi-grid interpolation to increase convergence speed of partial derivatives
This is my code for modelling the temperature on a plate. I have used an iterative formula to plot the temperature variations ac...
5年以上 前 | 0 件の回答 | 0
0
回答質問
How do I vectorize a nested for loop with different sized steps?
Down below is an iterative formula. I have previously defined dx and dy as the resolution. for iy=2:ny-1 for ix=2:nx-1 ...
5年以上 前 | 2 件の回答 | 0
