This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(arr(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In arr (line 2)
In evaluateCode', '/users/mss.system.EQjoJo/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
|
2 | Pass |
%%
x = 3;
y_correct = [1 0; 0 1; 1 0];
assert(isequal(arr(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In arr (line 2)
In evaluateCode', '/users/mss.system.EQjoJo/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
|
3 | Pass |
%%
x = 5;
y_correct = [1 0 0; 0 1 0; 0 0 1; 0 1 0; 1 0 0];
assert(isequal(arr(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In arr (line 2)
In evaluateCode', '/users/mss.system.EQjoJo/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
|
3308 Solvers
Find state names that end with the letter A
552 Solvers
196 Solvers
812 Solvers
Deleting an element in a matrix
242 Solvers