uipanel does not appear in GUI
Mostrar comentarios más antiguos
I can not get the uipanel to appear in my GUI. My code is:
function [] = Hoover_For_Loops1
S.fh = figure('units','pixels',...
'position',[400 200 600 400],...
'menubar','none',...
'name','For Loop Matrix Generator',...
'resize','off',...
'numbertitle','off');
S.Pa1 = uipanel('Title','Input Values #1',...
'FontSize','12',...
'BackgroundColor','white',...
'Units','characters',...
'Position',[1/20 1/20 119.9 8],...
'Parent',S.fh);
May you please see what is wrong with the code? Thanks in advance.
1 comentario
Respuesta aceptada
Más respuestas (1)
Lawson Hoover
el 15 de Nov. de 2012
0 votos
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!