Problem 2980. multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y.
Examples: Input x = 2 Output y is 6 Input x = 10 Output y is 30
Solution Stats
Problem Comments
-
2 Comments
Adi Zabidi
on 27 Dec 2016
nice
David Verrelli
on 5 Feb 2018
Duplicate of Problem 2983.
Solution Comments
Show commentsProblem Recent Solvers956
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15610 Solvers
-
Return a list sorted by number of occurrences
2819 Solvers
-
Program an exclusive OR operation with logical operators
725 Solvers
-
344 Solvers
-
797 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!