Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 98;
y_correct = 'b';
assert(isequal(your_fcn_name(x),y_correct))
|
Project Euler: Problem 7, Nth prime
339 Solvers
Who knows the last digit of pi?
488 Solvers
Sum the elements in either diagonal of a square matrix
144 Solvers
Do Fast Fourier Transformation
176 Solvers
377 Solvers