Home > freetb4matlab > linear-algebra > vec.m

vec

PURPOSE ^

% Return the vector obtained by stacking the columns of the matrix @var{x}

SYNOPSIS ^

function v = vec (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} vec (@var{x})
% Return the vector obtained by stacking the columns of the matrix @var{x}
% one above the other.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003