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.86% Correct | 67.14% Incorrect
Last Solution submitted on Dec 18, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers45

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!