Mercurial > hg > smallbox
annotate util/ksvd utils/addtocols.m @ 247:ecce33192fcc tip
Added tag ver_2.1 for changeset cef4500b936f
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 31 Oct 2012 12:24:44 +0000 |
parents | c3eca463202d |
children |
rev | line source |
---|---|
idamnjanovic@70 | 1 %ADDTOCOLS Add values to the columns of a matrix. |
idamnjanovic@70 | 2 % Y=ADDTOCOLS(X,V) adds to each column of the MxN matrix X the |
idamnjanovic@70 | 3 % corresponding value from the N-element vector V. |
idamnjanovic@70 | 4 % |
idamnjanovic@70 | 5 % See also NORMCOLS. |
idamnjanovic@70 | 6 |
idamnjanovic@70 | 7 |
idamnjanovic@70 | 8 % Ron Rubinstein |
idamnjanovic@70 | 9 % Computer Science Department |
idamnjanovic@70 | 10 % Technion, Haifa 32000 Israel |
idamnjanovic@70 | 11 % ronrubin@cs |
idamnjanovic@70 | 12 % |
idamnjanovic@70 | 13 % June 2005 |