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

33.33% Correct | 66.67% Incorrect
Last Solution submitted on Apr 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers46

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!