![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/33439904_1710921334612_DEF.jpg)
kjw
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Forward, Reverse finite difference question
%forward function df1_forward = forward_first(f,x,h) df1_forward = (f(x(2:end))-f(x(1:end-1)))/h; end function df2_forward...
2ヶ月 前 | 2 件の回答 | 0
2
回答質問
Newton Rapson method code question
I am creating a MATLAB code that takes a function, differential function, initial value, and error tolerance and solves it using...
4ヶ月 前 | 1 件の回答 | 0