annotate examples/private/addtocols.m @ 1:7750624e0c73 version0.5

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