Main Content

Angeben des Ziels für die Ausgabe von Grafiken

Steuern, welche Abbildungen und Achsen anvisiert werden sollen und wie diese Objekte aktualisiert werden

Funktionen

holdRetain current plot when adding new plots
isholdCurrent hold state
newplotDetermine where to draw graphics objects
clfClear figure
claClear axes

Themen

  • Responding to Hold State

    This example shows how to test for the hold state and respond appropriately in user-defined plotting functions.

  • Use newplot to Control Plotting

    This example shows how to prepare figures and axes for user-written plotting functions.

  • Control Graph Display

    You can control which figures and which axes MATLAB® uses to display the result of plotting functions.

  • Prepare Figures and Axes for Graphs

    MATLAB plotting functions rely on the values of the figure and axes NextPlot properties to determine whether to add, clear, or clear and reset the figure and axes before drawing the new graph.

  • Prevent Access to Figures and Axes

    In some situations it is important to prevent particular figures or axes from becoming the target for graphics output.