Problem 2091. return row and column indices given 2 values which define a range
Solution Stats
Problem Comments
-
5 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.
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
1169 Solvers
-
Solve the set of simultaneous linear equations
367 Solvers
-
Unique values without using UNIQUE function
270 Solvers
-
Count consecutive 0's in between values of 1
329 Solvers
-
Max Change in Consecutive Elements
136 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!