Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=10;
b=2.5e23;
c=exp(2*pi/3);
ref = (log(c/b^a)*sin(a*pi/3))/abs(c-a);
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
[z a] = MyFunc();
assert(a==10);
|
3 | Pass |
[z a b] = MyFunc();
assert(b==2.5e23);
|
4 | Pass |
[z a b c] = MyFunc();
assert(c==exp(2*pi/3));
|
Return the 3n+1 sequence for n
6169 Solvers
312 Solvers
Make one big string out of two smaller strings
1149 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Matlab Basics - Logical Tests I
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!