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