Problem 43135. Performance - summation

Given a vector of natural numbers

x = [1,2,3,...,N]

compute the sum of its elements by not stressing the machine too much :)

HINT: maybe sum(1:N) won't pass the test suite..

Solution Stats

32.89% Correct | 67.11% Incorrect
Last Solution submitted on Dec 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers48

Suggested Problems

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!