Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2; y = 1;
z_correct = 4.25;
assert(isequal(pemdas_test(x,y),z_correct))
|
2 | Pass |
x = 1; y = 1;
z_correct = Inf;
assert(isequal(pemdas_test(x,y),z_correct))
|
19336 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
331 Solvers
2636 Solvers
Create a vector of the first n natural numbers (★)
67 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!