Why is it not equal????
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 1;
y = 4*pi()/3;
z = 4*pi();
[a,b] = sphere_calc(x);
assert(isequal(a,y)&isequal(b,z))
|
2 | Fail |
x = 4;
y = 256*pi()/3;
z = 64*pi();
[a,b] = sphere_calc(x);
assert(isequal(a,y)&isequal(b,z))
|
Back to basics 4 - Search Path
280 Solvers
243 Solvers
middleAsColumn: Return all but first and last element as a column vector
314 Solvers
Create an index-powered vector
232 Solvers
Flip the vector from right to left
740 Solvers