MATLAB GUI

2 ビュー (過去 30 日間)
MrPuzzled Marc
MrPuzzled Marc 2011 年 3 月 8 日
Hi, I have encountered a problem in the developing the GUI. I managed to create the button and also my GUI interface but I do not know how to insert the code into the GUI. Meanwhile, for instance if I wish to enter a html code for eg: www.google.com into a push button so that when i click on it will automatically forward it to the website without showing out in the command window like what this code did (disp('This is a link to href="http://www.yahoo.com">Yahoo</a.');). I m very poor in my matlab skill and wish to seek for more help here. Thank you in advance.

採用された回答

Walter Roberson
Walter Roberson 2011 年 3 月 8 日
Use the property inspector to locate the pushbutton, and use the property inspector to change the Callback property of the pushbutton to invoke your routine.
  3 件のコメント
Walter Roberson
Walter Roberson 2011 年 3 月 8 日
web('http://www.google.com')
MrPuzzled Marc
MrPuzzled Marc 2011 年 3 月 8 日
Thank you very much for your help.You solved my problems.Thanks alot.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeView and Analyze Simulation Results についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by