function Multi_images()
%Simple GUI example to show how to use NEXT and BACK buttons.
%Images should be of same size and class.
i=1;%initialize the pointer
figure('units','pixels','position',[350 150 500 380],'menubar','none','numbertitle','off',...
'name','GUI EXAMPLE(1)','resize','off');
NX = uicontrol('style','push','units','pixels','position',[265 10 150 30],...
'fontsize',14,'string','NEXT','callback&#
MATLAB学习笔记 GUI Button简单应用
最新推荐文章于 2024-09-03 11:59:07 发布