F_FUNM Calculate min-max matrix for Model-structure. CALL: [F,Fh] = f_funm(param,M); Auxiliary function used by ESTSMCTP.
Makes test matrices for min-max (and max-min) matrices. |
01 function [F,Fh] = f_funm(param,M) 02 %F_FUNM Calculate min-max matrix for Model-structure. 03 % 04 % CALL: [F,Fh] = f_funm(param,M); 05 % 06 % Auxiliary function used by ESTSMCTP. 07 08 [F,Fh] = mktestmat(param,M.x0,M.s,M.lam); 09 10
Comments or corrections to the WAFO group