Beads on a Necklace (Convex Hulls)
We may describe a <http://en.wikipedia.org/wiki/Convex_hull convex hull> as a rubber band stretched around a list of points. Som...
Pairwise Euclidean Distance
Given two matrices A,B of dimensions NxK and NxL respectively, calculate the pairwise euclidean distance of all vectors (columns...
5 years ago
Solved
Vector parallel to plane?
Given the coefficients of the equation which defines a plane as follows:
ax+by+cz=d, return a boolean indicating whether the 2n...
5 years ago
Solved
Points on a circle.
This problem is related to <url=http://www.mathworks.com/matlabcentral/cody/problems/1283-points-on-a-sphere>Problem 1283, Point...
5 years ago
Solved
Convert to Binary Coded Decimal
Convert from decimal representation to <http://en.wikipedia.org/wiki/Binary-coded_decimal Binary Code Decimal> (or BCD) represen...
Construct dimensionless parameters
*Summary*
Write a function to construct dimensionless parameters from a list of variables, a matrix indicating their dimensi...