Problem 1. Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:
Input x = 2 Output y is 4
Input x = 17 Output y is 34
Solution Stats
Problem Comments
-
124 Comments
Show
121 older comments
Shardul
on 26 Jan 2025
basic
Anand
on 6 Feb 2025
mast tha bhai
Ilya
on 26 Mar 2025 at 4:40
my dog solved this with his paws tied behind his back, easy
Solution Comments
Show commentsGroup

2021 New Year Cody Competition
- 30 Problems
- 3 Finishers
- Make a random, non-repeating vector.
- Pizza!
- Triangle Numbers
- Generate a vector like 1,2,2,3,3,3,4,4,4,4
- Find nth maximum
- surrounded matrix
- Calculate the area of a triangle between three points
- Return the first and last characters of a character array
- Smallest distance between a point and a rectangle
- N-Queens Checker
- Minefield Sonar
- Get the length of a given vector
- Select every other element of a vector
- Create a vector
- Convert from Fahrenheit to Celsius
- Set the array elements whose value is 13 to 0
- Remove NaN ?
- Find matching string from a list of strings
- The sliding puzzle: 3D
- Draw 'E'
- Find the maximum number of decimal places in a set of numbers
- calculate the day of the year from a date string.
- Reverse the vector
- Matlab Basics - Convert a row vector to a column vector
- Times 2 - START HERE
- Which coins to give
- Fibonacci sequence
- Find max prime number
- Longest Divisor Run
- Perfect Square or not
Problem Recent Solvers105290
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!