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 |
%%
y_correct = 1;
assert(isequal(your_fcn_name(),y_correct))
ans =
1
|
Determine whether a vector is monotonically increasing
9269 Solvers
324 Solvers
Test if two numbers have the same digits
155 Solvers
152 Solvers
Create sequnce 1 4 9 16 25.........
149 Solvers