Can anyone please let me know as to what is the exact procedure i need to adopt,if i want to take an input from the user in one text box and display the result after some computations corresponding to the user input, on another text box.All these must happen once i press the push button in GUI

 採用された回答

Geoff
Geoff 2012 年 3 月 30 日

0 投票

Respond to button-press callback:
1. Ask for input
2. Process input
3. Display output
These are the functions for (1) and (3)
doc inputdlg
doc msgbox
If you don't know how to create a GUI:
doc guide
And click the link at the bottom of the page (in How To): Creating GUIs

1 件のコメント

Akshar
Akshar 2012 年 3 月 30 日
thank you

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

タグ

質問済み:

2012 年 3 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by