Community Profile

photo

Seong Yeop Kim


Actif depuis 2016

Statistiques

  • CUP Challenge Master
  • Promoter
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


multiply 2 by 2
multiply 2 by 2

plus de 7 ans il y a

A résolu


add 1020
just add 1020

plus de 7 ans il y a

A résolu


only add 50
add 50

plus de 7 ans il y a

A résolu


only add 100
add 100

plus de 7 ans il y a

A résolu


add 1050
just add 1050

plus de 7 ans il y a

A résolu


add 1052
just add 1052

plus de 7 ans il y a

A résolu


add 1053
just add 1053

plus de 7 ans il y a

A résolu


only multiply 1230
only multiply 1230

plus de 7 ans il y a

A résolu


multiply 10
just multiply 10

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


just multiply 100
just multiply

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


Remove the Zero
Given an array n, remove all zeros

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


Negative Infinity
Round the given array a towards negative infinity.

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

Charger plus