필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

help with homework for cs101?

조회 수: 1 (최근 30일)
Ruqayyah tahir
Ruqayyah tahir 2014년 12월 6일
마감: Oleg Komarov 2014년 12월 6일
Write and test the code for the function mysteryFunction that consumes a vector, V, and produces a new vector, W, of the same length where each element of W is the sum of the corresponding element in V and the previous element of V. Consider the previous element of V(1) to be 0. For example, mysteryFunction(1:8) should return [1 3 5 7 9 11 13 15] and mysteryFunction([1: 6].^ 2) should return [1 5 13 25 41 61]

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by