![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27422308_1662643432202_DEF.jpg)
stephen
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Creating a popup menu through a function.
I am creating a pop up menu in matlab to find different things related to probability the function needs compute the Sum of prob...
2年以上 前 | 0 件の回答 | 0
0
回答質問
Using a while loop to solve a Taylor Series with approximate values.
f = atan(1); n = 0; i = -1; err_approx = 100; while (err_approx<=.5) i = i + 2; y_prev = y_approx y_approx = ...
2年以上 前 | 1 件の回答 | 0