When I am using the following line of code in Matlab for the multiplication of two matrices
multiplied = singleMat * singleMatT;
Then it gives me this error..
??? Error using ==> mtimes Integer data types are not fully supported for this operation. At least one operand must be a scalar.
Please help me out for the multiplication of two matrices in matlab..