1 2 3 4 5 6
function [] = debug(tag, strings) global log_debug; if log_debug disp(strjoin({'DEBUG (', tag, '): ', strings}, '')) end end