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));
|
Select every other element of a vector
20352 Solvers
502 Solvers
Remove the two elements next to NaN value
411 Solvers
Set some matrix elements to zero
290 Solvers
424 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!