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

2 次查看(过去 30 天)
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by