Change the LOGO of the questdlg in matlan GUI

3 visualizzazioni (ultimi 30 giorni)
Sainath
Sainath il 19 Lug 2011
Hi,
CAN YOU HELP ME HOW TO CHANGE THE LOGO OF THE QUEST IN MATLAB gui..
Regards, Sainath Maddala

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su App Building in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by