I've an application written in Matlab that uses the built-in Matlab browser; I do this because I need to be able to use the handle returned from web
function to read properties of the browser window. This works fine when I just run it in Matlab. However, when I compile the application for distribution, it insists on using the system browser, which I can't read properties from. Does anyone know how to force the use of the Matlab browser in compiled applications?
Alternatively, is there anyway to get a handle for the browser window that is opened?