webbrowser(url)

版本 1.1.0.0 (11.4 KB) 作者: Emmanuel Farhi
A Java Based Web Browser
136.0 次下载
更新时间 2018/2/3

查看许可证

webbrowser: basic web browser running from Matlab
Opens a simplistic web browser, built from Matlab/Java.
Can be used as replacement for the 'web' command in deployed applications.
Requires a running JVM.
This browser has very limited rendering capabilities. It does not support
JavaScript, and other 'modern' HTML extensions (flash, HTML5,...).
The browser has a display pane, a Home button, a Back button, an editable URL
field, and keeps track of the navigation history. Does not support proxy settings.
Also works within compiled Matlab applications.

webbrowser Opens an empty browser.
webbrowser(file) Display the specified file (full path or in the Matlab search path)
webbrowser(url) Opens a browser displaying the specified URL.
webbrowser(url,'system') tries first to open the web page with the system browser.

Copyright: Licensed under the BSD, version 1.1
E. Farhi, ILL, France <farhi@ill.fr> Aug 2017, http://ifit.mccode.org

引用格式

Emmanuel Farhi (2024). webbrowser(url) (https://www.mathworks.com/matlabcentral/fileexchange/61094-webbrowser-url), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

handle properly url's with special characters.

1.0.2.0

updated screenshot

1.0.1.0

fixed opening with local file or directory

1.0.0.0