Array Operation with using another array
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Afiye Havva Geçgel
il 29 Mag 2019
Risposto: Kevin Phung
il 29 Mag 2019
I have 2 different arrays as
k=[4 9 3 3 6 8 8 12 6]
m=[1 2 6 7]
i need to reach the summation of
k(1)+k(2)+k(6)+k(7)
how can i do this with for loop?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Resizing and Reshaping Matrices 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!