MATLAB: Is it possible to make use of cookies with the ICE Web Broswer in MATLAB 7.5 (R2007b)

MATLAB

I would like to be able to use cookies with the ICE browser in MATLAB to save my data across sessions and make its behavior similar to that of an actual Web browser.

Best Answer

The ability to use cookies with the ICE browser in MATLAB is not available.
As a workaround, use the WEB command with the '-browser' option to use the default Web browser for your system. For example:
web('text1.html','-browser')