Change the LOGO of the questdlg in matlan GUI

2 views (last 30 days)
Hi,
CAN YOU HELP ME HOW TO CHANGE THE LOGO OF THE QUEST IN MATLAB gui..
Regards, Sainath Maddala

Answers (1)

Walter Roberson
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
Arnaud Miege
Arnaud Miege on 19 Jul 2011
I don't believe that's allowed in the license agreement.
Walter Roberson
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

Sign in to comment.

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!