Can I programmatically undock the HTML Viewer opened by the "web" function in MATLAB R2025b?
Show older comments
In MATLAB R2025b, calling the "web" function with a local HTML file opens the content inside a docked tab within the MATLAB environment. In older versions, this would often launch in a separate, undocked browser window.
Is there a way to programmatically undock the HTML Viewer or prevent it from affecting the layout of the MATLAB desktop?
To reproduce this observation, follow these steps:
1. In MATLAB R2025b, run:
>> web('C:\Path\To\AnyLocalHTMLFile.html')
2. The file will open in a docked HTML Viewer tab, adjusting the layout of the MATLAB desktop.
Accepted Answer
More Answers (0)
Categories
Find more on Web Services 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!