Can I programmatically undock the HTML Viewer opened by the "web" function in MATLAB R2025b?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Web Services dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!