GUI help
1 回表示 (過去 30 日間)
古いコメントを表示
please get me a simple example of a GUIDE created gui!How do i display images in the gui using 'uigetfile'/uigetdir??
0 件のコメント
採用された回答
Aurelien Queffurust
2012 年 6 月 8 日
I assume that you have already created with GUIDE an axes and a pushbutton which calls uigetfile let's say that you have picked from uigetfile the file flowers.tif :
you could write :
axes(handles.axes1); % axes1 is by default the tag of the axis created with GUIDe
Im=image(imread('flowers.tif'))
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!