Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 'true';
assert(isequal(prime(x),y_correct))
x = 4;
y_correct = 'false';
assert(isequal(prime(x),y_correct))
|
Who is the smartest MATLAB programmer?
469 Solvers
247 Solvers
Help the Patriots get to the Super Bowl
115 Solvers
Matlab Basics II - Count rows in a matrix
179 Solvers
93 Solvers