function y = dispv(A,B) % DISPV y = dispv(A,B) Transpose of A, B side by side % Version of 5/3/96 % A, B are matrices of the same size % They are transposed and displayed % side by side. y = [A;B]';