Question

Problem 1: Matrix (Multiplication)

Reloaded (MATLAB)

Develop, debug, and test a function to multiply two matrices. That is, [X] = [Y][Z], where

[Y] is m by n and [Z] is n by p. Test the program using the following matrices:

Question image 1