photo

Eric


Last seen: 2 maanden ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Explorer
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

bijna 3 jaar ago

Question


Split array of sensor data by indexing
Hey all, Beginner here. Searching for an effective, simple solution to a data prep problem. I'm building a function to import ...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
Write a function max_sum that takes v a row vector of numbers & n,a positive integer as inputs.The function needs to find n consecutive elements of v whose sum is largest possible.It returns summa & index of first element of n consecutive integers.
I came up with a function that, I think, accomplishes this task. It runs fine in my MATLAB (2020a). However, it doesn't seem to ...

meer dan 4 jaar ago | 0