I am trying to write a program which calculates the product of two matrices, A and B.
function [ C ] = Untitled (A,B); A = [1,2,3;4,5,6;7,8,9]; B = [1,0,0;0,