MATLAB: How to make a button visible in GUIDE

guidevisibilityvisible

Hi,
I am using Matlab 2012a and I've been trying to make an edit box visible/invisible in GUIDE.
I've tried the following sentence but it doesn't work : set(hObjet,'Visibility','off')
Thank you!

Best Answer

Set(hObject, 'visible','off')