write a script to find the sum of an array of numbers of the form 2n-10, n = 1,2,…, 10.
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
 Using the programming language and Matlab syntax, write a script to find the sum of an array of numbers of the form 2n-10, n = 1,2,…, 10. 
Risposte (1)
  Dhruv G
      
 il 22 Giu 2021
        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.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



