Panel not becoming visible
Show older comments
I have written the code such that one panel has to turn off and another must turn on. the code is:
set(handles.uipanel1,'visible','off');
set(handles.uipanel3,'visible','on');
uipanel1 is becoming invisible. But uipanel3 is not becoming visible. i cannot understand why this is happening. Any help would be great!
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!