Multiply mutiple numbers by 1.66666666666667
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have 100's of numbers and I want to multiply them all by 1.66666666667.
Help please?
1 件のコメント
Azzi Abdelmalek
2014 年 7 月 29 日
v*1.66666666667
回答 (1 件)
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.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!