Resuelto


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

casi 2 años hace

Resuelto


Converts numbers into characters
Converts numbers into characters

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


to the 2 all elements
to the 2 all elements

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Draw a '0' in a one matrix!

casi 2 años hace

Resuelto


Find Logic 22

casi 2 años hace

Resuelto


Find Logic 29

casi 2 años hace

Resuelto


Find Logic 30

casi 2 años hace

Resuelto


Find Logic 32

casi 2 años hace

Resuelto


Find Logic 31

casi 2 años hace

Resuelto


Find Logic 28

casi 2 años hace

Resuelto


Find Logic 27

casi 2 años hace

Resuelto


Find Logic 26

casi 2 años hace

Resuelto


Find Logic 25

casi 2 años hace

Resuelto


Find Logic 24

casi 2 años hace

Resuelto


Find Logic 23

casi 2 años hace

Resuelto


Find Logic 21

casi 2 años hace

Resuelto


Find Logic 20

casi 2 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Cargar más