photo

stephen


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 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

1

回答