FEX Submissions einfach in ein MATLAB Arbeitsverzeichnis speichern und wie jedes andere Kommando nutzen. Die Hilfe hier lautet:
Code:
functionvarargout = pptfigure(varargin) % pptfigure % Creates a new Matlab figure with a PowerPoint Export button on the % toolbar. Pressing the button exports the figure to PowerPoint with % default property settings. After exporting, various features of the % figure are automatically edited directly in PowerPoint to allow easy % subsequent editing.
%
% pptfigure add % Places a PowerPoint Export button on the toolbar of the current figure.
%
% pptfigure delete % Removes any existing PowerPoint Export button from the toolbar of the % current figure.
%
% pptfigure all % Places a PowerPoint Export button on the toolbar of each opened figure.
%
% pptfigure on % Turns on the option to automatically place a PowerPoint Export button % on each newly created figure in the future. This will effect any Matlab % process that creates a new figure.
%
% pptfigure off % Turns off the automatic button placement option.
%
% pptfigure(H) % Exports Figure H to PowerPoint. Equivalent to clicking the PowerPoint % Export button (if available) on the toolbar. If Figure H does not % exist, creates a new figure with handle H and a PowerPoint Export % button on the toolbar.
%
% pptfigure(H,'PropertyName',PropertyValue,...) % Exports Figure H to PowerPoint. Refer to the documentation for accepted % property names and values.
%
% pptfigure('PropertyName',PropertyValue,...) % Changes default property values used by pptfigure (e.g. when the % PowerPoint Export button on the toolbar is pressed). Defaults are % stored in a workspace structure variable pptfigureDefaults. Clear this % variable to reset all default property values.
% H = pptfigure(...) % If buttons were added or removed, returns the handles of all affected % figures. If a figure was exported, returns the affected slide number in % PowerPoint. Otherwise returns 0.
%
% (c) 2011, by Dmitriy Aronov
Kommt auf den Fehler an Wir wissen ja nicht welcher Fehler es ist...
Andreas
Einstellungen und Berechtigungen
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.