MATLAB: How to close the MATLAB Web browser from the command line

MATLAB

I would like to close the MATLAB web browser from the command line.

Best Answer

To close the web browser from the command line use the following command:
web www.mathworks.de
com.mathworks.mlservices.MatlabDesktopServices.getDesktop.closeGroup('Web Browser')