مساااااعده في تصميم gui

السلااااااااااااااااااااااااااام عليكم جمييييع الاعضاء والمشرفين الاعزاء


أبغاكم تساعدوني في تصميم GUI بحيث عندي عده بوتوتات أبغاهم كلهم يكونوEnable off إلا وحده بوتون وبعد الضغط على هذا البوتون يجعل لي البوتون 2 Enable on
وهكذا يفتح لي البوتون وراء الأخر وطريقه تصميم الل GUI كما يلي في جزء بسيط


textLoad=‘Load Fingerprint Image’;
h=uicontrol(FigWin,

‘Style’,‘pushbutton’,
‘Position’,[0,600,150,20],
‘String’,‘Load’,
‘backgroundcolor’,[1.0 1.0 1.0],
‘Callback’,
[‘image1=loadimage;’
‘subplot(AxesHandle1);’
‘imagesc(image1);’
‘title(textLoad);’
‘colormap(gray);’[FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2]]);

text_filterArea=[/size][/font][/size][/font]‘Orientation Flow Estimate’;
h=uicontrol(FigWin,

‘Style’,‘pushbutton’,
‘Position’,[0,480,150,20],
‘String’,‘Direction’,
‘backgroundcolor’,[1.0 1.0 1.0],
‘Callback’,
[‘subplot(AxesHandle2);[o1Bound,o1Area]=direction(image1,16);title(text_filterArea);’]);

http://www.almohandes.org/vb/showthread.php?t=39130&page=3