web
在浏览器中打开网页或文件
语法 web web(url) web(url,opt) web(url,opt1,...,optN) stat = web(___) [stat,h] = web(___) [stat,h,url] = web(___) 应用: 在系统浏览器中打开网页 url = 'https://www.mathworks.com'; web(url,'-browser') 从系统浏览器发送电子邮件 email = '[email protected]'; url = ['mailto:',email]; web(url,'-browser') 语法 web web(url) web(url,opt) web