已解决


Find Logic 10

10 months 前

已解决


Find Logic 11

10 months 前

已解决


Find Logic 12

10 months 前

已解决


Find Logic 13

10 months 前

已解决


Find Logic 15

10 months 前

已解决


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

10 months 前

已解决


Find Logic 16

10 months 前

已解决


Find Logic 17

10 months 前

已解决


Find Logic 18

10 months 前

已解决


Find Logic 19

10 months 前

已解决


Draw a '0' in a one matrix!

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


Converts numbers into characters
Converts numbers into characters

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


to the 2 all elements
to the 2 all elements

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


Mass Conversion 1

10 months 前

已解决


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

10 months 前

已解决


Temperature Conversion 2

10 months 前

已解决


Temperature Conversion 1

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


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

10 months 前

已解决


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.

10 months 前

已解决


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

10 months 前

加载更多