Community Profile

photo

Ben


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Solver

View badges

Feeds

View by

Question


For loop FASTER than matrix multiplication
I am attempting to optimize some code I wrote a few months ago for speed. The code (see below or attached .m file) is used to "s...

10 years ago | 2 answers | 0

2

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 years ago