Answer the following question :
You need to write a function in matlab that lets the user define two matrices of any size, then multiplies those matrices without using the built-in matrix multiplication aspect of matlab.
The multuplication must be done with a loop. There also has to be a check to see if the matrices can be multiplied.