Revision 28:02aa9826efe0 multithreshold 1.46/printReport.m

View differences:

multithreshold 1.46/printReport.m
78 78
headers=strvcat([header1 '/'], header2);
79 79

  
80 80
disp('thresholds')
81
msg=printTabTable(sortTablesForPrinting(idx1,idx2,...
82
    var1values,var2values, betweenRuns.thresholds),  headers);
81
global resultsTable
82
resultsTable= sortTablesForPrinting(idx1,idx2,...
83
    var1values,var2values, betweenRuns.thresholds);
84
msg=printTabTable(resultsTable,  headers);
83 85
addToMsg(msg,0)
84 86
fprintf('\n')
85 87

  

Also available in: Unified diff