How to code this in gui?
Show older comments
I have nearly 5 functions. One function reads and later import the excels sheet and inside it i have embedded split function which splits the excel sheet into data/textdata/slno. After that iam providing 3 options to user in the same program. for eg: case 1 : plot pressure contour; case 2 : plot vorticity and so on... How to do it in gui.
Moreover, after selecting an option my programs executes another 2 set of function and comes to last function which is plotcontour(). Here iam asking user whether he/she wants to do filled colormap or unfilled colormap contour. How to program this as well in gui because these are cases where iam expecting user input not designer input.
Thanks
Rizwana
Accepted Answer
More Answers (1)
Walter Roberson
on 8 Mar 2014
0 votes
You could use a pushbotton or a checkbox
Categories
Find more on Spreadsheets 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!