Minor addition to MatlabInterface (flag to deactivate output of all statistic fields which is time-consuming for large populations)

This commit is contained in:
Marcel Kronfeld
2011-02-15 15:36:41 +00:00
parent f7917e62c2
commit 510add738e
6 changed files with 38 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ int.optParams = [];
int.optParamValues = [];
int.hexMask=hex2dec('ffffffff');
int.dataType=''; % to be set later!
int.outputAllStatsFields=1;
if (isa(fhandle, 'function_handle'))
int.f = fhandle;