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));
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Maximum running product for a string of numbers
1112 Solvers
309 Solvers
Set the array elements whose value is 13 to 0
941 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!