Science:Math Exam Resources/Courses/MATH152/April 2017/Question A 12/Statement

From UBC Wiki

What is the output after the following lines of MATLAB code?

A = [1 2 3; 4 5 6; 7 8 9];
A(2,3)