문제를 풀었습니다


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

거의 5년 전

문제를 풀었습니다


Find Logic 1

거의 5년 전

문제를 풀었습니다


Find Logic 3

거의 5년 전

문제를 풀었습니다


Find Logic 4

거의 5년 전

문제를 풀었습니다


Find Logic 6

거의 5년 전

문제를 풀었습니다


Find Logic 7

거의 5년 전

문제를 풀었습니다


Find Logic 8

거의 5년 전

문제를 풀었습니다


Find Logic 9

거의 5년 전

문제를 풀었습니다


Find Logic 10

거의 5년 전

문제를 풀었습니다


Find Logic 11

거의 5년 전

문제를 풀었습니다


Find Logic 12

거의 5년 전

문제를 풀었습니다


Find Logic 13

거의 5년 전

문제를 풀었습니다


Find Logic 15

거의 5년 전

문제를 풀었습니다


Find Logic 14

거의 5년 전

문제를 풀었습니다


Find Logic 16

거의 5년 전

문제를 풀었습니다


Find Logic 17

거의 5년 전

문제를 풀었습니다


Find Logic 18

거의 5년 전

문제를 풀었습니다


Find Logic 19

거의 5년 전

문제를 풀었습니다


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

거의 5년 전

문제를 풀었습니다


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

거의 5년 전

문제를 풀었습니다


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

거의 5년 전

문제를 풀었습니다


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

거의 5년 전

문제를 풀었습니다


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

거의 5년 전

문제를 풀었습니다


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

거의 5년 전

문제를 풀었습니다


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

거의 5년 전

문제를 풀었습니다


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

거의 5년 전

문제를 풀었습니다


Missing five
Convert decimal numbers to a base-9 notation missing the digit *5* <<http://www.alfnie.com/software/missing5.jpg>> Too man...

거의 5년 전

문제를 풀었습니다


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

거의 5년 전

문제를 풀었습니다


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

더 보기