% % Create mex files. %mex mexinside.c; mex -f ./mexopts_c.bat -v mexinside.c %test_mexinside; %disp ( 'wait for the figure to finish plotting, then hit any key to continue' ); %pause %mex -v mexrect.F mex -f ./mexopts_f.bat -v mexrect.F %mex -f ./mexrectopts.sh -v mexrect.F %test_mexrect; %disp ( 'hit any key to continue' ); %pause mex -f ./mexopts_f.bat -v mexsepeli.F %mex -v mexsepeli.F %mex -f ./mexsepeliopts.sh -v mexsepeli.F %test_mexsepeli;