brandon fries
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to skip elements of matrix in a loop?
Hi If I have a matrix defined as: V = zeros(20,20); %sides at 1,-1 V(1:21,1) = 1; V(1:21,21) = -1; V(1:21,2:20) = 2; ...
6年弱 前 | 1 件の回答 | 0
1
回答質問
Runge-kutta (rk2) for radio decay
solve the equation dN(t)/dt=-N(t)/tau decay constant=1 initial nuclei=1000 @ t=0 *my code so far is:* %radioact...
約8年 前 | 1 件の回答 | 0