MATLAB: Hyperlink

internet

Hi @ all
I would like if it is possible to create a hyperlink to a web site using standard browser ( explorer,mozilla,safari etc…)
using the command :
disp('<a href = "http://www.mathworks.com">The MathWorks Web Site</a>')
the web site is open with the matlab browers.
Thanks
M1Tc4

Best Answer

This should work:
disp('<matlab:web(''http://www.mathworks.com'', ''-browser'') The MathWorks Web Site>')