Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 1];
y_correct = [1 1; 1 1];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1 4];
y_correct = [4 1; 1 4];
assert(isequal(your_fcn_name(x),y_correct))
|
Convert from Base 10 to base 5
203 Solvers
Create Vector containing following elements
100 Solvers
379 Solvers
615 Solvers
square a vector-Given the variable x as your input, square it and put the result in y.
78 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!