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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Structures에 대해 자세히 알아보기

태그

질문:

2012년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by