how to write a matlab prog to display result based on input given by the user

1 view (last 30 days)
i wanna build a dialog box that takes in info, processes it and display result. example; i want a dialog box that shows the below choose calculation method: Users...Bandwidth assume the user pressed the Users method button, now it display, choose the mode: TDMA....FDMA.. assume user pressed TDMA mode button.. now it asked the user to insert the bandwidth value..after that it shows the number of users possible or can use the bandwidth.. any help pls, im new to this things appreciate ur time :)

Answers (1)

Image Analyst
Image Analyst on 26 Jul 2014
Edited: Image Analyst on 26 Jul 2014
Try using the functions menu(), inputdlg(), questdlg(), and/or listdlg().

Categories

Find more on Dialog Boxes in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!