Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=10;
b=2.5e23;
ref = (sqrt(a)+b^(1/21))^pi;
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
[y a b] = MyFunc();
assert(a==10);
|
3 | Pass |
[y a b] = MyFunc();
assert(b==2.5e23);
|
Swap the first and last columns
12418 Solvers
829 Solvers
274 Solvers
232 Solvers
354 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!