Hyperlink in GUIDE

2 views (last 30 days)
SUDIP PODDAR
SUDIP PODDAR on 3 Apr 2012
Hi all. I am using Guide. I have an figure window. I also have an button in it. I want to add hyperlink in the button means when user clicks on button the corresponding website will be automatically opened. Is it possible. If possible then how? plz help me. thanks in advance.

Accepted Answer

Walter Roberson
Walter Roberson on 3 Apr 2012
It would be easier to have it done through the callback on the button. Have the callback call web()
  3 Comments
Sean de Wolski
Sean de Wolski on 3 Apr 2012
You can do this by specifying '-browser' in web()
doc web
SUDIP PODDAR
SUDIP PODDAR on 3 Apr 2012
Thanks a lot

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!