vec.m 257 B

12345678910
  1. % Yigang Peng, Arvind Ganesh, November 2009.
  2. % Questions? abalasu2@illinois.edu
  3. %
  4. % Copyright: Perception and Decision Laboratory, University of Illinois, Urbana-Champaign
  5. % Microsoft Research Asia, Beijing
  6. function vecA = vec(A)
  7. vecA = A(:);