Info

此问题已关闭。 请重新打开它进行编辑或回答。

Multiply mutiple numbers by 1.66666666666667

2 次查看(过去 30 天)
DAid
DAid 2014-7-29
关闭: MATLAB Answer Bot 2021-8-20
I have 100's of numbers and I want to multiply them all by 1.66666666667.
Help please?

回答(1 个)

Andrew Reibold
Andrew Reibold 2014-7-29
编辑:Andrew Reibold 2014-7-29
Are the numbers stored in an array?
If they are, say they are stored in an array called "MyNumbers", you can type
Solution = MyNumbers*5/3
The answer is a new array, but filled with the multiplied numbers.

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by