Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
HY = 2014; HV = 1270; CV_corr = 1270;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
2 | Pass |
HY = 500; HV = 50; CV_corr = NaN;
assert(isnan(gold_standard(HY,HV)))
|
3 | Pass |
HY = 2500; HV = 5000; CV_corr = NaN;
assert(isnan(gold_standard(HY,HV)))
|
4 | Pass |
HY = 2010; HV = 1000; CV_corr = 1035.04;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
5 | Pass |
HY = 2005; HV = 1000; CV_corr = 2847.53;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
6 | Pass |
HY = 2000; HV = 1000; CV_corr = 4534.09;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
7 | Pass |
HY = 1995; HV = 1000; CV_corr = 3294.42;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
8 | Pass |
HY = 1990; HV = 1000; CV_corr = 3299.3;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
9 | Pass |
HY = 1950; HV = 1000; CV_corr = 36285.71;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
10 | Pass |
HY = 1900; HV = 1000; CV_corr = 61441.7;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
11 | Pass |
HY = 1850; HV = 1000; CV_corr = 61441.7;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
12 | Pass |
HY = 1800; HV = 1000; CV_corr = 65497.68;
assert(abs(gold_standard(HY,HV)-CV_corr)<2e-5)
|
12386 Solvers
Omit columns averages from a matrix
527 Solvers
Sum of diagonal of a square matrix
1327 Solvers
420 Solvers
224 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!