Problem 52055. Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (double indexing scheme) and the second element located at i (single indexing scheme).
For example, let A = [
] and r = 2, c = 3, i = 8. Then the first element is 7 and the second element is 6, making their product 42.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers44
Suggested Problems
-
Arrange Vector in descending order
12275 Solvers
-
Sum of odd numbers in a matrix
594 Solvers
-
Find the dimensions of a matrix
541 Solvers
-
237 Solvers
-
Double all elements in the array
1817 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!