統計
MATLAB Answers
5 質問
0 回答
ランク
of 174,555
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Recursive Summation indices stuck?
So I had to write a summation of S(n)=1 + 2^p + 3^p +...+ n^p using recursive algorithms. So far I have managed to do it w...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Recursive factorial algorithm not working
So I have to create a function that takes an input value and then generates it factorial using a recursive algorithm. This is...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Output of a for loop into a vector?
I need to get the output of this for loop that I created x=[1 8 3 9 0 1]; b=0; for i=1:length(x) b=b+x(i); end ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Input value as an array?
So I have to calculate the electricity usage for a set of values 200 500 700 1000 1500. I have written the program x=inpu...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Interest and displaying balance until double the investment?
So I am trying to write a function that will show me a balance after every year with a compound interest of 10% until the balanc...
8年以上 前 | 2 件の回答 | 0
