Code covered by the BSD License  

Highlights from
Introduction to Statistics Toolbox - July 2007 Webinar Files

image thumbnail
from Introduction to Statistics Toolbox - July 2007 Webinar Files by Jiro Doke
Presentation and demo files for the "Introduction to Statistics Toolbox™" Webinar (July 12, 2007)

closeDTool
function closeDTool

%closeDTool Force close DFITTOOL

% Copyright 2007 The MathWorks, Inc.

set(findall(0, 'tag', 'Distribution Fitting Figure'), 'CloseRequestFcn', 'closereq');
close(findall(0, 'tag', 'Distribution Fitting Figure'));

Contact us at files@mathworks.com