Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[2 -16 384 -18432 1474560];
n=8;
y=[2 -16 384 -18432 1474560 0 0 0];
assert(isequal(procrustes(x,n),y))
|
2 | Pass |
x=[8 -96 3072 -184320 17694720];
n=0;
assert(isempty(procrustes(x,n)))
|
3 | Pass |
x='0.314 arcseconds';
n=12;
y='0.314 arcsec';
assert(isequal(procrustes(x,n),y))
|
4 | Pass |
x='credible fishers';
n=20;
y='credible fishers ';
assert(isequal(procrustes(x,n),y))
|
351 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Cell Counting: How Many Draws?
581 Solvers
Calculate the derivative of a polynomial
168 Solvers
Put Two 1D matrices into one 1D matrix
110 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!