dynare/matlab/cols.m

2 lines
39 B
Matlab

function c = cols(M)
c = size(M,2);