photo

Eric


Last seen: 4개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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:...

2년 초과 전

질문


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 ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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 ...

대략 4년 전 | 0