Gistlib Logo

gistlib

other matlab categories

matrix-multiplication-and-element-wise-multiplication 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 matlab

gistlibby LogSnag