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))
|
Return a list sorted by number of occurrences
1504 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
convert matrix to single column
307 Solvers
Matlab Basics - Create a row vector
277 Solvers
There are 10 types of people in the world
310 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!