MATLAB: Can a condition used for pushbuttons

gui

Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?

Best Answer

Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'