MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Betriebsanweisung Seite 573

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 759
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 572
Create Menus for a Programmatic GUI
This code associates the context menu with the figure and with the axes by
setting the
UIContextMenu property of the figure and the axes to the handle
cmenu of the context menu.
set(fh,'UIContextMenu',cmenu); % Figure
set(ah,'UIContextMenu',cmenu); % Axes
11-85
Seitenansicht 572
1 2 ... 568 569 570 571 572 573 574 575 576 577 578 ... 758 759

Kommentare zu diesen Handbüchern

Keine Kommentare