Hyperlink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 20 Okt. 2011
This should work:
disp('<matlab:web(''http://www.mathworks.com'', ''-browser'') The MathWorks Web Site>')
3 Kommentare
Kaustubha Govind
am 24 Okt. 2011
@Jan: I am not aware of any problems with the server (except for a limited outage on one day last week). Perhaps you could send Helen Chen or Randy D'Souza a direct message so they can investigate?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Language Fundamentals finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!