gistlib
other matlab categories
matrix-transpose code snippets in matlab
given the matrix a = [ 1 -1 3; -1 2 5; 3 0 -4] and the vector b=[ 1; 0; -2], write a matlab scritp named problem1.m that computes the matrix b which is the transpose of a in matlab
gistlib
by LogSnag