Multiply mutiple numbers by 1.66666666666667
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have 100's of numbers and I want to multiply them all by 1.66666666667.
Help please?
1 Comment
Azzi Abdelmalek
on 29 Jul 2014
v*1.66666666667
Answers (1)
Andrew Reibold
on 29 Jul 2014
Edited: Andrew Reibold
on 29 Jul 2014
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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!