Question: You need to prepare a MATLAB code for the following:
A randomly generated, [5x5] matrix (A), filled with random [2x2] sub matrices (aa).... for a total of a [10x10] matrix. Also, a multiplication factor X that is [5x1] matrix filled with [2x1] sub matrices to multiply with A.
Include comments in code section. Code this program in MATLAB programming.