MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Bedienungsanleitung Seite 415

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 500
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 414
Create Toolbars for Programmatic UIs
10-83
If necessary, you can use the findall function to determine the handles of the tools on a
particular toolbar.
Note After you have created a toolbar and its tools, set their HandleVisibility properties
off by executing statements similar to the following:
toolbarhandle.HandleVisibility = 'off';
toolhandles = toolbarhandle.Children;
toolhandles.HandleVisibility = 'off';
Display and Modify the Standard Toolbar
You can choose whether or not to display the MATLAB standard toolbar (highlighted in
red below). You can also add or delete tools from the standard toolbar.
Seitenansicht 414
1 2 ... 410 411 412 413 414 415 416 417 418 419 420 ... 499 500

Kommentare zu diesen Handbüchern

Keine Kommentare