Community Profile

photo

Seong Yeop Kim


Active since 2016

Followers: 0   Following: 0

Statistics

  • CUP Challenge Master
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

meer dan 7 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

meer dan 7 jaar ago

Solved


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 ...

meer dan 7 jaar ago

Solved


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

meer dan 7 jaar ago

Solved


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

meer dan 7 jaar ago

Solved


add 1
given x, y should be 1 greater than the input.

meer dan 7 jaar ago

Solved


multiply 2 by 2
multiply 2 by 2

meer dan 7 jaar ago

Solved


add 1020
just add 1020

meer dan 7 jaar ago

Solved


only add 50
add 50

meer dan 7 jaar ago

Solved


only add 100
add 100

meer dan 7 jaar ago

Solved


add 1050
just add 1050

meer dan 7 jaar ago

Solved


add 1052
just add 1052

meer dan 7 jaar ago

Solved


add 1053
just add 1053

meer dan 7 jaar ago

Solved


only multiply 1230
only multiply 1230

meer dan 7 jaar ago

Solved


multiply 10
just multiply 10

meer dan 7 jaar ago

Solved


just solved
solved given x answer y must be x+2*3/6

meer dan 7 jaar ago

Solved


just multiply 100
just multiply

meer dan 7 jaar ago

Solved


add -1
If given x=3, The answer is 2

meer dan 7 jaar ago

Solved


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

meer dan 7 jaar ago

Solved


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

meer dan 7 jaar ago

Solved


Back to basics 14 - Keywords
Covering some basic topics I haven't seen elsewhere on Cody. Return a cell array of all MATLAB keywords

meer dan 7 jaar ago

Solved


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

meer dan 7 jaar ago

Solved


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

meer dan 7 jaar ago

Solved


Remove the Zero
Given an array n, remove all zeros

meer dan 7 jaar ago

Solved


Back to basics - mean of corner elements of a matrix
Calculate the mean of corner elements of a matrix. e.g. a=[1 2 3; 4 5 6; 7 8 9;] Mean = (1+3+7+9)/4 = 5

meer dan 7 jaar ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

meer dan 7 jaar ago

Solved


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

meer dan 7 jaar ago

Solved


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

meer dan 7 jaar ago

Solved


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

meer dan 7 jaar ago

Solved


Matlab Basics - y as a function of x
write a script to calculate y as a function of x, such that y = 6x^2 + 5x - 2

meer dan 7 jaar ago

Load more