필터 지우기
필터 지우기

Hyperlink

조회 수: 2 (최근 30일)
Mitch Martelli
Mitch Martelli 2011년 10월 20일
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

채택된 답변

Kaustubha Govind
Kaustubha Govind 2011년 10월 20일
This should work:
disp('<matlab:web(''http://www.mathworks.com'', ''-browser'') The MathWorks Web Site>')
  댓글 수: 3
Mitch Martelli
Mitch Martelli 2011년 10월 22일
I know how create a hyperlink...
I know that its possible to exeute a statment inside the hyperlink...
I know the command web...
Im not able to joint 3 command... :-P :-P :-P
Thanks a lot
M1Tc4
Kaustubha Govind
Kaustubha Govind 2011년 10월 24일
@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?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by