Gistlib Logo

gistlib

other matlab categories

array-product code snippets in matlab

consider the two matrices a = [ 8 7 11; 6 5 -1; 0 2 -8] b = [ 2 1 2; -1 6 4; 2 2 2;] and compute in their array product and matrix product in matlab

gistlibby LogSnag