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 = 2;
y_correct = 4;
assert(isequal(assign(x),y_correct))
|
2 | Pass |
x = [2 3 4];
y_correct = [4 9 16];
assert(isequal(assign(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11615 Solvers
1963 Solvers
142 Solvers
Find out value of sine given by degree.
171 Solvers
95 Solvers