Solved


Find Logic 10

8 months ago

Solved


Find Logic 11

8 months ago

Solved


Find Logic 12

8 months ago

Solved


Find Logic 13

8 months ago

Solved


Find Logic 15

8 months ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

8 months ago

Solved


Find Logic 16

8 months ago

Solved


Find Logic 17

8 months ago

Solved


Find Logic 18

8 months ago

Solved


Find Logic 19

8 months ago

Solved


Draw a '0' in a one matrix!

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


Converts numbers into characters
Converts numbers into characters

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


to the 2 all elements
to the 2 all elements

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


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

8 months ago

Solved


Mass Conversion 1

8 months ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

8 months ago

Solved


Temperature Conversion 2

8 months ago

Solved


Temperature Conversion 1

8 months ago

Solved


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

8 months ago

Solved


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

8 months ago

Solved


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

8 months ago

Solved


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

8 months ago

Solved


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

8 months ago

Load more