Can you please help me.
Afficher commentaires plus anciens
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 commentaire
DGM
le 29 Mar 2021
That's not a question. Do you have a question about your attempts to implement such a function?
Hint: 1:2:length(vector)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!