解決済み


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

4年弱 前

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

4年弱 前

解決済み


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

4年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


to the 2 all elements
to the 2 all elements

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


Draw a '0' in a one matrix!

4年弱 前

解決済み


Find Logic 22

4年弱 前

解決済み


Find Logic 29

4年弱 前

解決済み


Find Logic 30

4年弱 前

解決済み


Find Logic 32

4年弱 前

解決済み


Find Logic 31

4年弱 前

解決済み


Find Logic 28

4年弱 前

解決済み


Find Logic 27

4年弱 前

解決済み


Find Logic 26

4年弱 前

解決済み


Find Logic 25

4年弱 前

解決済み


Find Logic 24

4年弱 前

解決済み


Find Logic 23

4年弱 前

解決済み


Find Logic 21

4年弱 前

解決済み


Find Logic 20

4年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

さらに読み込む