photo

Matthew


Last seen: 4ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


I am trying to do multi step math and keep returning the wrong answer
I am given the equation and this is my code but it keeps telling me that it is returning the wrong value. b=(1/7)+((72/13)^2)...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


I am trying to form a conditional loop that shows the growth of money, I put in $1000 every year and it grows by 85 for ten years but keep returning one value
I am trying to make it add $1000 every year and have an 8% return over 10 years but don't know how to access my previous value i...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


I need to make a function for compound interest using for
I am trying to form a conditional loop to show the growth of money, I put in $1000 and want it to grow by 8% every year for 8 ye...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How do I store all values of a loop in a vector?
for i=1:100000; x=randi(6)+randi(6); end; I am trying to find an average across all values of x and need to save them all...

5ヶ月 前 | 1 件の回答 | 0

1

回答