Change the LOGO of the questdlg in matlan GUI
3 views (last 30 days)
Show older comments
Hi,
CAN YOU HELP ME HOW TO CHANGE THE LOGO OF THE QUEST IN MATLAB gui..
Regards, Sainath Maddala
0 Comments
Answers (1)
Walter Roberson
on 19 Jul 2011
Somewhere early on your path, such as in your current directory, put a copy of Mathworks' dialogicons.mat with the questIconData and questIconMap variables replaced by the new logo you want. The logo must be 54 x 54.
Alternately, edit questdlg.m to do what you want and save the result as a different function name such as myquestdlg
3 Comments
Walter Roberson
on 19 Jul 2011
No MATLAB logo shows up for me in R2008b on Linux-64
Does the same logo show up for you if you do a simple
msgbox('hi')
?
If so, which MS Windows version are you using, and could you show us a screen capture? http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!