Often when coding, the programmer happens upon errors. Knowing how to "decode" or interpret the Help Documentation of the MATLAB software can help you debug or fix your code!
Define the following two matrices: A = 2 3 5 1 C = 1 2 3 4 Multiply A times C.
What error do you get? Use the help documentation to find out the meaning.
Describe hear briefly the information you found. Submit a screen shot of the help page that described how to avoid this error in the future.