MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE User Manual Page 350

  • Download
  • Add to my manuals
  • Print
  • Page
    / 500
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 349
10 Lay Out a Programmatic UI
10-18
Pop-Up Menu
This code creates a pop-up menu:
f = figure;
pm = uicontrol(f,'Style','popupmenu',...
'String',{'one','two','three','four'},...
'Value',1,'Position',[30 80 130 20]);
Page view 349
1 2 ... 345 346 347 348 349 350 351 352 353 354 355 ... 499 500

Comments to this Manuals

No comments