This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3 4];
y_correct = [-1 -2 -3 -4];
assert(isequal(your_fcn_name(x),y_correct))
|
First non-zero element in each column
471 Solvers
Change the sign of even index entries of the reversed vector
214 Solvers
Celsius to Fahrenheit converter
280 Solvers
241 Solvers
Solving Quadratic Equations (Version 1)
361 Solvers