Computes initial parameter value
function f_tab input Integer N; input Integer M; output Real y[N, M]; end f_tab;