dynare/matlab/rows.m

2 lines
37 B
Matlab

function nr=rows(x)
nr = size(x,1);