This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=[-1 4]
b=[2 -2]
y_correct = -2;
assert(isequal(slop(a,b),y_correct))
a =
-1 4
b =
2 -2
y =
-2
|
265 Solvers
166 Solvers
369 Solvers
Matlab Basics II - Log and natural log
100 Solvers
Finding perimeter of a rectangle
194 Solvers