Find the element from matrix which is in 2nd row and 3rd column.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers118
Suggested Problems
-
3810 Solvers
-
7240 Solvers
-
How to find the position of an element in a vector without using the find function
2812 Solvers
-
Increment a number, given its digits
683 Solvers
-
207 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
At a minimum, you should make this problem variable. For example, find the element at the ith row and jth column and define i and j in the test cases, which are passed along with the function.