
axis - Set axis limits and aspect ratios - MATLAB - MathWorks
Get Limits lim = axis returns the x -axis and y -axis limits for the current axes. For 3-D axes, it also returns the z -axis limits. For polar axes, it returns the theta -axis and r -axis limits.
Specify Axis Limits - MATLAB & Simulink - MathWorks
Specify Axis Limits You can control where data appears in the axes by setting the x -axis, y -axis, and z -axis limits. You also can change where the x -axis and y -axis lines appear (2-D plots only) or …
Add Title and Axis Labels to Chart - MATLAB & Simulink
This example shows how to add a title and axis labels to a chart by using the title, xlabel, and ylabel functions.
xlim - Set or query x-axis limits - MATLAB - MathWorks
This MATLAB function sets the x-axis limits for the current axes or chart.
yline - Horizontal line with constant y-value - MATLAB
yline(y) creates a horizontal line at one or more y -coordinates in the current axes. For example, yline(2) creates a line at y=2.
Specify Axis Tick Values and Labels - MATLAB & Simulink
Customize the tick values and labels along an axis, such as editing the tick value placement or modifying the tick label text and formatting.
Display Data with Multiple Scales and Axes Limits - MathWorks
Learn about techniques for visualizing data with multiple x- and y-axes, multiple colorbars, or with an x-axis that is broken into intervals.
semilogx - Semilog plot (x-axis has log scale) - MATLAB
This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and a linear scale on the y-axis.
Axes Appearance - MATLAB & Simulink - MathWorks
Learn about techniques for visualizing data with multiple x - and y -axes, multiple colorbars, or with an x -axis that is broken into intervals. Customized Presentations and Special Effects with Tiled Chart …
Visualize Simulation Data on XY Plot - MATLAB & Simulink
To inspect the data, add a cursor. In the XY plot, the vertical line of the cursor shows the x -axis value, and the horizontal line shows the y -axis value. The time that corresponds to the point is displayed in …