
figure - Create figure window - MATLAB - MathWorks
When you specify this argument, MATLAB searches for an existing figure in which the Number property is equal to n. If no figure exists with that property value, MATLAB creates a new …
Figure - Figure window - MATLAB - MathWorks
Description A figure is a container for graphics or apps. Use the Figure object to modify the appearance and behavior of a figure after you create it.
Figure - Figure ウィンドウ - MATLAB
説明 Figure は、グラフィックスまたはアプリのコンテナーです。 Figure オブジェクトを使用して、Figure の作成後に Figure の外観と動作を変更します。
figure - Erstellen von Abbildungsfenstern - MATLAB - MathWorks
Diese MATLAB-Funktion erstellt ein neues Abbildungsfenster mit Standardwerten für die Eigenschaften.
Prepare Figures and Axes for Graphs - MATLAB & Simulink
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 …
Graphics Objects - MATLAB & Simulink - MathWorks
Graphics objects are the components used by MATLAB ® to create visualizations of data. Each object plays a specific role in the graphics display. For example, a line plot consists of a figure …
figure - Crear una ventana de figura - MATLAB - MathWorks
Esta función de MATLAB crea una ventana de figura nueva utilizando valores de propiedades predeterminados.
figure - Figure ウィンドウの作成 - MATLAB - MathWorks
説明 figure は、既定のプロパティ値を使用して、新しい Figure ウィンドウを作成します。 結果の Figure は、 現在の Figure になります。 figure(Name,Value) は 1 つ以上の名前と値のペ …
subplot - Create axes in tiled positions - MATLAB - MathWorks
This MATLAB function divides the current figure into an m-by-n grid and creates axes in the position specified by p.
Types of MATLAB Plots - MATLAB & Simulink - MathWorks
Types of MATLAB Plots There are various functions that you can use to plot data in MATLAB ®. This table classifies and illustrates the common graphics functions.