Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
y =
4 5
|
298 Solvers
208 Solvers
Find Out sum of principal diagonal element of given matrix
151 Solvers
347 Solvers
Output a vector which is table of 9
102 Solvers