customizing input and ooutput dialog boxes
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (3)
Jan
el 26 de Sept. de 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.
Image Analyst
el 28 de Sept. de 2013
Editada: Image Analyst
el 28 de Sept. de 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
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!