統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
can please someone tell me what logic is used for contour function which takes input as a matrix ..how contour is plotted basically ..which pixel it takes for contour..is it like changing intensity of matrix or what ?
Can please someone tell me what logic is used for contour function which takes input as a matrix ? .how contour is plotted ba...
10年以上 前 | 0 件の回答 | 0
0
回答質問
can anyone please explain me this code ..exactly whats happening here while computing curvature ?
function k = curvature_central(u) % compute curvature [ux,uy] = gradient(u); normDu = sqrt(ux.^2+uy.^2+1e-10); Nx = ux./norm...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Could anyone please explain this matlab code...?
function g = NeumannBoundCond(f) [nrow,ncol] = size(f); g = f; g([1 nrow],[1 ncol]) = g([3 nrow-2],[3 ncol-2]); g...
10年以上 前 | 2 件の回答 | 0