Adding random numbers together
古いコメントを表示
So I'm using this code
% Create a vector of 53 random #s and analyze them.
r = rand([53,1])
% The sum of all the random numbers
sum=sum(([53,1]))
disp(result)
But it doesn't seem to be working.
I'm new to ML
How do I find the sum (and product) of the random numbers?
1 件のコメント
Jan
2013 年 1 月 31 日
Overwriting the function "sum" by a variable called "sum" also will lead to strange effects.
採用された回答
その他の回答 (3 件)
Sean
2013 年 1 月 31 日
編集済み: Walter Roberson
2013 年 1 月 31 日
Sean
2013 年 1 月 31 日
編集済み: Walter Roberson
2013 年 1 月 31 日
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!