MATLAB COMPILER RELEASE NOTES Betriebsanweisung Seite 697

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 716
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 696
External Interfaces/API
23-33
Previous releases of MATLAB created the figure in the background. To duplicate the old
behavior, create a figure with its Visible property set to off, then set the property to
on when you want the figure to be visible:
h = actxserver('matlab.application');
h.Execute('figure visible off');
h.Execute('plot(1:10)');
h.Execute('set(gcf,''visible'',''on'')');
Seitenansicht 696
1 2 ... 692 693 694 695 696 697 698 699 700 701 702 ... 715 716

Kommentare zu diesen Handbüchern

Keine Kommentare