There will be 9 tests for this problem.
In each test you will be provided with 2 integers n=[n1,n2].
Your code should return n1 * (remainder(n1/n2) + 2) + (remainder(n1/n2) + 1)
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers117
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3405 Solvers
-
Back to basics 8 - Matrix Diagonals
965 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1260 Solvers
-
Append two matrix as shown below example
236 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
262 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The problem description is broken(?) and you have mentioned the code in the test suite (you might want to remove that)
The test suite has had the "solution" code removed. The description was also cleaned up. (If it's not loading, simply reload the page.) I'm not sure how much these fixes help, though...