Is there any way to set which browser will open a link within the Matlab program?
Show older comments
Is there any way to set which browser will open a link within the Matlab program?
When I do
link1 = 'https://earth.google.com/web/@';
web(link1, '-browser')
it always opens the default browser, which is not the one I want to use for the particular program. I don't want to have to keep resetting the default browser to my preferred default after each time I run the program.
Accepted Answer
More Answers (0)
Categories
Find more on Web Map Service in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!