Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 10;
b = 2.5*10^23;
c = exp(2*pi/3);
[au bu cu] = ScalarVars;
assert(isequal(a,au));
assert(isequal(b,bu));
assert(isequal(c,cu));
|
Find common elements in matrix rows
811 Solvers
Get the area codes from a list of phone numbers
417 Solvers
Getting the row and column location from a matrix
192 Solvers
190 Solvers
402 Solvers