Resuelto


Taxicab distance

más de 1 año hace

Resuelto


Taxi vs Euclides

más de 1 año hace

Resuelto


Minkowski distance

más de 1 año hace

Resuelto


Highest building

más de 1 año hace

Resuelto


Merge two integers
We want to merge the digits of two integers having the same number of digits to obtain a new integer whose digits are obtained b...

más de 1 año hace

Resuelto


Counting the occurrences of a digit in a book
The printer has printed a book with 'p' pages. How many times did they use the character 'd'? In other words, how many times doe...

más de 1 año hace

Resuelto


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

más de 1 año hace

Resuelto


THE CALCULATOR OF LOVE
In honor of Valentine's Day, program a love calculator that figures out the percentage of compatibility between two people using...

más de 1 año hace

Resuelto


Nearest
*Description* Find the value and index of the element in vector _x_ that is nearest to value _y_. _y_ should be able to be a ...

más de 1 año hace

Resuelto


Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.

más de 1 año hace

Resuelto


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

más de 1 año hace

Resuelto


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

más de 1 año hace

Resuelto


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

más de 1 año hace

Resuelto


ascii value
let input='a' output=97

más de 1 año hace

Resuelto


Find the mode of the given input
Find the statistical <http://en.wikipedia.org/wiki/Mode_(statistics)/ mode> of the given input. Example: If X is matr...

más de 1 año hace

Resuelto


Union of two set decreasing order
Union of two set decreasing order Say, x=[1 2 5] and y=[5 7 8] then answer must be [8 7 5 2 1]

más de 1 año hace

Resuelto


Transpose of matrix
Transpose of matrix as per test cases

más de 1 año hace

Resuelto


Number Puzzle - 061

más de 1 año hace

Resuelto


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

más de 1 año hace

Resuelto


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

más de 1 año hace

Resuelto


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

más de 1 año hace

Resuelto


Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;

más de 1 año hace

Resuelto


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

más de 1 año hace

Resuelto


Lateral Area of a Right Rectangular Pyramid

más de 1 año hace

Resuelto


Number Puzzles - 014

más de 1 año hace

Resuelto


Number Puzzle - 115

más de 1 año hace

Resuelto


Number Puzzle - 092

más de 1 año hace

Resuelto


Number Puzzle - 057

más de 1 año hace

Resuelto


Number Puzzle - 060

más de 1 año hace

Resuelto


Number Puzzle - 056

más de 1 año hace

Cargar más