Problem 2091. return row and column indices given 2 values which define a range
Solution Stats
Problem Comments
-
6 Comments
last test suit gives an error:"'Error using assert The condition input argument must be a scalar logical. Error in TestPoint11 (line 5) assert(and(R9==1,C9==1))"
also even when I'm using find just to check the results of test suits some of them fail. please fix it ... Thank you !
HINT!
although the problem does not STATE it you are required to post the solution as a column vector (rowidx colidx that is) . In the case that donnot use magic matrix the solution will pass as row vector too but for the ones that the matrix is magic it wont.
As @Shahriar mentioned, the test suits still have problems. Kindly fix it.
#1,#4: assumes x2 is the lower limit and x3 is the upper limit while all other take x2 as upper limit
@Dyuman Joshi: the problem description specifically states that the inputs can be passed in in random order. What you indicate as an error is actually intended.
@goc3 I must have overlooked it while solving the problem.
Thanks for pointing it out.
ridiculous test cases , idk who created the test cases
Solution Comments
Show commentsProblem Recent Solvers66
Suggested Problems
-
15767 Solvers
-
1596 Solvers
-
1223 Solvers
-
given 3 sides, find area of this triangle
797 Solvers
-
2006 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!