Change the LOGO of the questdlg in matlan GUI

3 vues (au cours des 30 derniers jours)
Sainath
Sainath le 19 Juil 2011
Hi,
CAN YOU HELP ME HOW TO CHANGE THE LOGO OF THE QUEST IN MATLAB gui..
Regards, Sainath Maddala

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur App Building dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by