Use Matlab Web Browser through Executable

1 view (last 30 days)
Is there a way to use the matlab web browser when packaging the program as a standalone application into an executable? The program works when run through the IDE, however, as soon as it is packaged up, the program uses the system browser instead. The method used to open and use the browser is below, and the URL variable is a JSON file.
[a,h] = web(url, '-new');
textStr = get(h, 'HtmlText');

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!