Summation of Random Numbers

2 次查看(过去 30 天)
How would you go about writing a code to solve a summations of randomly generated intergers, say r= to an equation, until the sum is greater than a number, say x.

采纳的回答

Walter Roberson
Walter Roberson 2019-10-13
I would use a while loop.
while summation <= x
%add a random integer to the summation
end

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by