1 %>@ingroup idata globals
5 %> Some options are defined in the MORE global.
9 %> @param out If passed, returns it; otherwise, returns a
default object
11 if nargin == 0 || isempty(out)
13 global MORE; %
#ok<TLEV>
14 irverbose(sprintf(
'INFO: Default biocomparer... (halfheight = %d)', MORE.bc_halfheight), 2);
16 out.flag_use_weights = 1;
17 out.halfheight = MORE.bc_halfheight;
function irverbose(in s, in level)
function def_biocomparer(in out)