Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers101
Suggested Problems
-
Back to basics 21 - Matrix replicating
1819 Solvers
-
388 Solvers
-
Create an anti-identity matrix
202 Solvers
-
find the surface area of a cube
571 Solvers
-
6296 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I strongly suggest you read the "What Makes a Good Problem?" section on http://www.mathworks.com/matlabcentral/anniversary/triathlon_guidelines. Please pay attention to the second guideline: It should have more than one test point.
The problem title and description have been improved and the test suite expanded.
Link from Peng Liu's comment has been down for several days. However the advice is still valid: Test Suites should include at least four test cases — although more are often necessary to prevent hard-coded workarounds.
Thanks to goc3 for improving the Test Suite and fixing the other issues. Those people interested in developing their own test suites might like to try the series of problems starting with https://www.mathworks.com/matlabcentral/cody/problems/44631