Problem 43135. Performance - summation
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 4 Sep 2020
When measuring performance, it is best to use huge numbers (N = randi(1701034) may return a small number, and it would be best that you use something like 1e7 + randi(1e5)). If N is small (and currently it can be), the trivial sum may perform better depending on which operations are running at the server in a given moment.
Problem Recent Solvers45
Suggested Problems
-
2481 Solvers
-
Determine Whether an array is empty
729 Solvers
-
07 - Common functions and indexing 2
371 Solvers
-
416 Solvers
-
Initialize a Natural Number matrix.
93 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!