Performance - summation - MATLAB Cody - MATLAB Central

Problem 43135. Performance - summation

Difficulty:Rate

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 May 12, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers49

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!