www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/WebPageinSystemBrowserExample.m

    %% Open Web Page in System Browser   
% Open the MathWorks(R) Web site home page in the system browser.   

%%  
url = 'http://www.mathworks.com';
web(url,'-browser')