Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 4];
y_correct = [1 4 12];
assert(isequal(your_fcn_name(x),y_correct))
y =
1 4 12
|
243 Solvers
Find out value of sine given by degree.
171 Solvers
Matlab Basics II - Max & Index of Max
131 Solvers
Sum the squares of numbers from 1 to n
114 Solvers
90 Solvers