wolffd@0: function c = cols(x) wolffd@0: % COLS The number of columns. wolffd@0: % COLS is a more readable alternative to size(x,2). wolffd@0: c = size(x,2);