Function for for loop

Write a script file which finds the sum of the elements with even indices and also the sum of the elements with odd indices of a vector — using one for loop. The name of this script file should be mysums.m, the input v, and the outputs sum_even and sum_odd.

Answers (0)

This question is closed.

Asked:

on 12 Feb 2017

Closed:

on 12 Feb 2017

Community Treasure Hunt

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

Start Hunting!