MATLAB: Hyperlink in GUIDE

guideMATLAB

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.

Best Answer

It would be easier to have it done through the callback on the button. Have the callback call web()
Related Question