annotate DL/RLS-DLA/private/addtocols.m @ 60:ad36f80e2ccf

(none)
author idamnjanovic
date Tue, 15 Mar 2011 12:20:59 +0000
parents
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