This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [ ...
0 1 1 0
1 1 1 0
0 0 1 0
0 0 0 0];
B = [ ...
1 0 1 1
1 0 0 0
0 0 1 1
0 1 1 0];
assert(isequal(life(A),B))
|
Remove all the words that end with "ain"
1292 Solvers
Back to basics 13 - Input variables
233 Solvers
Compute a dot product of two vectors x and y
750 Solvers
Celsius to Fahrenheit converter
389 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!