IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
close_windows.m
Go to the documentation of this file.
1 %> @ingroup misc graphicsapi
2 %> @brief Closes windows
3 %> @file
4 %>
5 %> This function closes the figures (close all) and browsers, so far
6 function out = close_windows()
7 close all;
8 com.mathworks.mlservices.MatlabDesktopServices.getDesktop.closeGroup('Web Browser');
function close_windows()