Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1+1i;
y_correct = 'I';
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = -1-1i;
y_correct = 'III';
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 1-1i;
y_correct = 'IV';
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
x = -1+1i;
y_correct = 'II';
assert(isequal(your_fcn_name(x),y_correct))
|
Given two strings, find the maximum overlap
461 Solvers
272 Solvers
All your base are belong to us
463 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
Returning a "greater than" vector
188 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!