Community Profile

photo

DONG HYUN KIM


Active since 2016

Followers: 0   Following: 0

Statistics

  • Solver

View badges

Feeds

View by

Solved


Double down!
Let's double the 'x'

7 years ago

Solved


add 17
add 17

7 years ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

7 years ago

Solved


divide 2
divide

7 years ago

Solved


add 2017
add

7 years ago

Solved


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

7 years ago

Solved


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

7 years ago

Solved


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

7 years ago

Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

7 years ago

Solved


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

7 years ago

Solved


y=x
y=x

7 years ago

Solved


Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...

7 years ago

Solved


add 2016
add 2016

7 years ago

Solved


find a number (cheat)
find a number input^5 = input the out put should be the number. try cheating

7 years ago

Solved


cheating technique2
there are some ways to get hints just by looking at the test suits to cheat. try.

7 years ago

Solved


cheating technique1
in these cody problems, there is a way to cheat. find out how people cheat.

7 years ago

Solved


sum of all
sum all of components

7 years ago

Solved


Triple Down!
Triple Down!

7 years ago

Solved


sum of vector
sum!!

7 years ago

Solved


only multiply 1230
only multiply 1230

7 years ago

Solved


just multiply 100
just multiply

7 years ago

Solved


multiply 10
just multiply 10

7 years ago

Solved


'Price of pizza!'
If you want to check pizza's price, try this! price is proportional to its volume, so you have to multiply 0.1($) to pizza's v...

7 years ago

Solved


'Repeat!'
if matrix x=[1 2;3 4] y should be [1 2 1 2; 3 4 3 4; 1 2 1 2; 3 4 3 4;............],repeat n times! try this!

7 years ago

Solved


Joules!
1J = 101.325 L/atm Write a statement that assigns fractionalMultiplier with 101.325 Write a second statement that assigns Jo...

7 years ago

Solved


multiply 2 by 2
multiply 2 by 2

7 years ago

Solved


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

7 years ago

Solved


Write an expression
Assigns finalResult with firstSample plus secondSample, squared, then divided by 3. Ex: If firstSample is 18 and secondSample is...

7 years ago

Solved


add 1020
just add 1020

7 years ago

Solved


add 1053
just add 1053

7 years ago

Load more