Minor addition to MatlabInterface (flag to deactivate output of all statistic fields which is time-consuming for large populations)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user