Can you please help me.

1 Ansicht (letzte 30 Tage)
Jesus Flores
Jesus Flores am 29 Mär. 2021
Beantwortet: Mahesh Taparia am 1 Apr. 2021
Write a function that takes a vector as input and returns the sum of every other value in the vector, starting with the first value. Name your function whatever you like
  1 Kommentar
DGM
DGM am 29 Mär. 2021
That's not a question. Do you have a question about your attempts to implement such a function?
Hint: 1:2:length(vector)

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mahesh Taparia
Mahesh Taparia am 1 Apr. 2021
Hi
To define a function, you can refer this documentation on function creation. To add all the vector elements, you can refer this example. Hope it will help!

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by