Community Profile

photo

Han young Shin


Actif depuis 2016

Statistiques

  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

plus de 7 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

plus de 7 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 7 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

plus de 7 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 7 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

plus de 7 ans il y a

A résolu


UICBioE240 2.8
Convert x number of hours into seconds.

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


Double down!
Let's double the 'x'

plus de 7 ans il y a

A résolu


divide 2
dividing 2

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


multiply 3 by 3
x=3 y=3*x

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


Triple Down!
Triple Down!

plus de 7 ans il y a

A résolu


sum of all
sum all of components

plus de 7 ans il y a

A résolu


add 2016
add 2016

plus de 7 ans il y a

A résolu


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

plus de 7 ans il y a

A résolu


kmph to mps
convert kilometer per hour to meter per second

plus de 7 ans il y a

A résolu


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

plus de 7 ans il y a

A résolu


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

plus de 7 ans il y a

A résolu


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

plus de 7 ans il y a

A résolu


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

plus de 7 ans il y a

A résolu


y=x
y=x

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


UICBioE240 problem 1.3
Find the length of a vector. So if A = [1 1 1 1 1] Then B = 5

plus de 7 ans il y a

A résolu


UICBioE240 2.1
This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows th...

plus de 7 ans il y a

A résolu


UICBioE240 problem 1.18
exp(pi/5*i) and exp(pi/5i). Is there any difference in result? Write yes or no as a string.

plus de 7 ans il y a

A résolu


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

plus de 7 ans il y a

Charger plus