Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
|
4107 Solvers
Which values occur exactly three times?
3817 Solvers
227 Solvers
Number of odd and even elements within matrix
124 Solvers
Find Out sum of principal diagonal element of given matrix
194 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!