문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

거의 2년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

거의 2년 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

거의 2년 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

거의 2년 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

거의 2년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

거의 2년 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

거의 2년 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

거의 2년 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

거의 2년 전

문제를 풀었습니다


Draw a '0' in a one matrix!

거의 2년 전

문제를 풀었습니다


Find Logic 22

거의 2년 전

문제를 풀었습니다


Find Logic 29

거의 2년 전

문제를 풀었습니다


Find Logic 30

거의 2년 전

문제를 풀었습니다


Find Logic 32

거의 2년 전

문제를 풀었습니다


Find Logic 31

거의 2년 전

문제를 풀었습니다


Find Logic 28

거의 2년 전

문제를 풀었습니다


Find Logic 27

거의 2년 전

문제를 풀었습니다


Find Logic 26

거의 2년 전

문제를 풀었습니다


Find Logic 25

거의 2년 전

문제를 풀었습니다


Find Logic 24

거의 2년 전

문제를 풀었습니다


Find Logic 23

거의 2년 전

문제를 풀었습니다


Find Logic 21

거의 2년 전

문제를 풀었습니다


Find Logic 20

거의 2년 전

문제를 풀었습니다


Find the relation
Take x as input and y as output. If x=1 y=3 If x=2 y=14 If x=3 y=39 If x=4 y=84 Based on this relation find giv...

거의 4년 전

문제를 풀었습니다


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

거의 4년 전

문제를 풀었습니다


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

거의 4년 전

문제를 풀었습니다


Find the index of n in magic(n)
If input n=5, then magic(n) is 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22...

거의 4년 전

문제를 풀었습니다


Output a vector which is table of 9
Output a vector which is table of 9

거의 4년 전

문제를 풀었습니다


Back to Basics - Find no. of elements in a matrix?
Let A be a m*n matrix. Find the total no. of elements in A ? (Hint - formula based) A = [1 2 3;4 5 6]; output = 6

거의 4년 전

문제를 풀었습니다


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

거의 4년 전

더 보기