Problem 353. Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody.
Given an input matrix and row and column, output the index of the referenced element.
matrix: [10 12 22; 9 3 5] row: 2 col: 3 -> index = 6
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers449
Suggested Problems
-
Given two arrays, find the maximum overlap
1646 Solvers
-
Find the sum of the elements in the "second" diagonal
1172 Solvers
-
Duplicate each element of a vector.
622 Solvers
-
Given a matrix, return the last eigen value
227 Solvers
-
835 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!