Problem 43272. Implement zero-based indexing for Matrices

Given an input vector and position (which is zero based) output the value

Example:

x = [1 2; 4 5] pos = [0 1] value = 5

x = [1 2 3 4 5; 6 7 8 9 0] pos = [1 3] value = 9

Solution Stats

61.25% Correct | 38.75% Incorrect
Last Solution submitted on Feb 12, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers76

Suggested Problems

More from this Author43

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!