Dynamic-Calibration/utils/YALMIP-master/extras/showprogress.m

7 lines
133 B
Matlab
Executable File

function showprogress(thetext,doit)
%SHOWPROGRESS Internal function for printing messages
if doit>0
fprintf('+ %s\n',thetext);
end