write a script to find the sum of an array of numbers of the form 2n-10, n = 1,2,…, 10.

Answers (1)

Think about how the ':' is used when defining an array within parantheses or in square brackets. Think about how multiplying an array with a scalar works, and look at how the sum() function in matlab works.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Asked:

on 22 Jun 2021

Answered:

on 22 Jun 2021

Community Treasure Hunt

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

Start Hunting!