add an integer x to certain values of a vector

조회 수: 1 (최근 30일)
lowcalorie
lowcalorie 2012년 2월 23일
for example i have the number 8, and i have a vector[ 1 2 3 4 5]
i need to add 8 to the elements 1-4 of the vector to get the value 18
how would i do this?

채택된 답변

Walter Roberson
Walter Roberson 2012년 2월 23일
8 + sum(YourVector(1:4))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by