필터 지우기
필터 지우기

How to create and add image (logo) to an about window created by GUIDE?

조회 수: 2 (최근 30일)
I have a main GUI, In a menu bar in main GUI i have an option "About", When user clicks on "About" I want a new GUI (window) to open with developer name and company logo (jpeg file). What is the best possible way to solve this issue.
I tried creating 2nd GUI and added static text box (for Developer name) and axes for images. I used open('About.fig') in about_callback in main GUI. I cannot get image (logo) to appear in About GUI. In About_OpeningFcn i have axes(handles.axes1); imshow('image1.jpg'); axes(handles.axes2); imshow('image2.jpg');
Logo appears when I run ABout GUI from matlab but when i call from main GUI logo does not appear?
Thanks in advance

채택된 답변

Image Analyst
Image Analyst 2015년 1월 31일
In the "About" menu callback, just do this:
about;
Do not do open().

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by