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

7 lines
133 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function showprogress(thetext,doit)
%SHOWPROGRESS Internal function for printing messages
if doit>0
fprintf('+ %s\n',thetext);
end