已解决


Highest building

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

2 months 前

已解决


ascii value
let input='a' output=97

2 months 前

已解决


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

2 months 前

已解决


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]

2 months 前

已解决


Transpose of matrix
Transpose of matrix as per test cases

2 months 前

已解决


Number Puzzle - 061

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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;

2 months 前

已解决


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

2 months 前

已解决


Number Puzzles - 014

2 months 前

已解决


Number Puzzle - 115

2 months 前

已解决


Number Puzzle - 092

2 months 前

已解决


Number Puzzle - 057

2 months 前

已解决


Number Puzzle - 060

2 months 前

已解决


Number Puzzle - 056

2 months 前

已解决


Number Puzzle - 119

2 months 前

已解决


Young's modulus
Given a value of <http://en.wikipedia.org/wiki/Young_modulus Young's modulus> (Y) expressed on MegaPascal, convert it to the uni...

2 months 前

已解决


Center of mass
Given a matrix M(m,n), where m is the number of vertices of the geometrical element and n is 2 or 3 (2D-plane figure or 3D-solid...

2 months 前

加载更多