photo

Natalia Stein


2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How do I do numerical summations or integrations?
Thank you both for the replies. I see now that the summation is really not the way to go! I have the integral version of the fun...

6年以上 前 | 0

回答済み
How do I do numerical summations or integrations?
One more thing! I the integral has the closed form for b=0.5. <</matlabcentral/answers/uploaded_files/93162/Screen%20Shot%202...

6年以上 前 | 0

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6年以上 前

質問


How do I do numerical summations or integrations?
I am trying to numerically compute a PDF that includes an infinite summation. In other words it should continue to sum until the...

6年以上 前 | 6 件の回答 | 0

6

回答