how create GUI as main interface for a project includes picture?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
hi,
My knowledeg in GUI is simple. I would like to create main interface for my project includes title of my project and I would to set a picture relate to my project in same window. how do that? thanks
Antworten (1)
Walter Roberson
am 24 Feb. 2014
0 Stimmen
You can use uicontrol('style', 'text') to create a text area that is not in any plot axes.
However, pictures must be inside a plot axes, so you might just want to create an axis with axes() and title() the axis and use image() to put the image in place.
1 Kommentar
nada ali
am 25 Feb. 2014
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!