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