Risolto


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

quasi 2 anni fa

Risolto


Converts numbers into characters
Converts numbers into characters

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


to the 2 all elements
to the 2 all elements

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


Draw a '0' in a one matrix!

quasi 2 anni fa

Risolto


Find Logic 22

quasi 2 anni fa

Risolto


Find Logic 29

quasi 2 anni fa

Risolto


Find Logic 30

quasi 2 anni fa

Risolto


Find Logic 32

quasi 2 anni fa

Risolto


Find Logic 31

quasi 2 anni fa

Risolto


Find Logic 28

quasi 2 anni fa

Risolto


Find Logic 27

quasi 2 anni fa

Risolto


Find Logic 26

quasi 2 anni fa

Risolto


Find Logic 25

quasi 2 anni fa

Risolto


Find Logic 24

quasi 2 anni fa

Risolto


Find Logic 23

quasi 2 anni fa

Risolto


Find Logic 21

quasi 2 anni fa

Risolto


Find Logic 20

quasi 2 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Carica altro