Gelöst


Mass Conversion 2

etwa 2 Jahre vor

Gelöst


Temperature Conversion 1

etwa 2 Jahre vor

Gelöst


Temperature Conversion 2

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Area Conversion 2

etwa 2 Jahre vor

Gelöst


Energy Conversion 1

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Draw a '0' in a one matrix!

etwa 2 Jahre vor

Gelöst


Total energy

etwa 2 Jahre vor

Gelöst


Kinetic energy calculation

etwa 2 Jahre vor

Gelöst


Laws of motion 5

etwa 2 Jahre vor

Gelöst


Laws of motion 2

etwa 2 Jahre vor

Gelöst


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

etwa 2 Jahre vor

Gelöst


Laws of motion 1

etwa 2 Jahre vor

Gelöst


Knights and Knaves (part 1)
This is a Matlab adaptation of the <http://en.wikipedia.org/wiki/Knights_and_Knaves Knights and Knaves> logical puzzles. You ...

etwa 2 Jahre vor

Gelöst


Number of cyles and fixed points in a permutation
A permutation can be constructed from one or more sets of elements in cyclic order. A permutation in a single row vector form ...

etwa 2 Jahre vor

Gelöst


Number of paths on a n-dimensional grid
This problem is inspired by <https://www.mathworks.com/matlabcentral/cody/problems/1483-number-of-paths-on-a-grid> and <https:/...

etwa 2 Jahre vor

Gelöst


Find the path through the cell
A list of cells is given. Return true if the elements of the list increase monotonically (each element is strictly larger tha...

etwa 2 Jahre vor

Gelöst


The Number of Ways
Find all the possible ways to reach the end of a matrix. So given [a b c d] the possible ways [a c],[a d],[b c],[b ...

etwa 2 Jahre vor

Gelöst


Number of paths on a 3d grid
This problem is inspired by <https://www.mathworks.com/matlabcentral/cody/problems/1483-number-of-paths-on-a-grid>, which you mi...

etwa 2 Jahre vor

Gelöst


Number of paths on a grid
Consider a grid formed by n vertices vertically down, and m vertices horizontally right. Your starting point is at the top lef...

etwa 2 Jahre vor

Mehr laden