Azzera filtri
Azzera filtri

how to divide two groups of number and sum the fractions of the two...

2 visualizzazioni (ultimi 30 giorni)
If I had x= 1 2 3 4 5 and y= 6 7 8 9 10...How would I divide x1/y1+ x2/y2? Then how could I take those numbers an add them together?
Thanks So Much

Risposte (1)

Image Analyst
Image Analyst il 11 Nov 2013
Try this:
theSum = sum(x./y)

Categorie

Scopri di più su Mathematics 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!

Translated by