annotate DL/RLS-DLA/private/addtocols.m @ 65:55faa9b5d1ac

(none)
author idamnjanovic
date Wed, 16 Mar 2011 13:41:02 +0000
parents ad36f80e2ccf
children
rev   line source
idamnjanovic@60 1 %ADDTOCOLS Add values to the columns of a matrix.
idamnjanovic@60 2 % Y=ADDTOCOLS(X,V) adds to each column of the MxN matrix X the
idamnjanovic@60 3 % corresponding value from the N-element vector V.
idamnjanovic@60 4 %
idamnjanovic@60 5 % See also NORMCOLS.
idamnjanovic@60 6
idamnjanovic@60 7
idamnjanovic@60 8 % Ron Rubinstein
idamnjanovic@60 9 % Computer Science Department
idamnjanovic@60 10 % Technion, Haifa 32000 Israel
idamnjanovic@60 11 % ronrubin@cs
idamnjanovic@60 12 %
idamnjanovic@60 13 % June 2005