customizing input and ooutput dialog boxes

1 view (last 30 days)
Ojaswita
Ojaswita on 26 Sep 2013
Edited: Image Analyst on 28 Sep 2013
Is there any possible way to add graphics to input dialog boxes so that they look abit more attractive?? I would also like to know if there is any possibility of merging an output box with a plot?

Answers (3)

Jan
Jan on 26 Sep 2013
It depends on what "a bit more attractive" means. "More" implies that you have a version for a comparison, but as long as you do not show it, we do not have a chance to reconsider, what you want.
Of course you can "merge" an "output box" with a "plot". What does "merge" mean here, what is an "output box" and what kind of "plot" do you mean?
Please add details by editing the original question, not by posting a comment or pseudo-answer. Readers expect all required information inside the question and not distributed over different locations.
  1 Comment
Ojaswita
Ojaswita on 26 Sep 2013
I would like to do the following things specifically 1. add graphics to an input dialog box eg a calendar symbol next to a date input. 2. I want to have multiple choices on one input box - choice of options, dropdown list and entering inputs 2. I want to merge an output dialog box with a plot
I hope its more clear... :)

Sign in to comment.


Ojaswita
Ojaswita on 28 Sep 2013
just a gentle reminder... Any suggestions for my question...

Image Analyst
Image Analyst on 28 Sep 2013
Edited: Image Analyst on 28 Sep 2013
Not with the built-in functions like inputdlg(), menu(), questdlg(), helpdlg() etc. You'd have to build your own custom GUI. See http://blogs.mathworks.com/videos/category/gui-or-guide/, or MAGIC

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!