Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
A = [1 2 3;4 5 6;7 8 9];
i=1;
j=1;
y_correct = 6;
assert(isequal(cofactor(A, i, j),y_correct))
ans =
6
|
2 | Pass |
%%
A = [1 2 3;4 5 6;7 8 9];
i=2;
j=1;
y_correct = 6;
assert(isequal(cofactor(A, i, j),y_correct))
ans =
6
|
Remove all the words that end with "ain"
1292 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Vectorize the digits of an Integer
269 Solvers
480 Solvers
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!