
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 …
grid - Display or hide axes grid lines - MATLAB - MathWorks
This MATLAB function displays the major grid lines for the current axes returned by the gca command.
loglog - Log-log scale plot - MATLAB - MathWorks
This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and the y-axis.
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.
xlim - Set or query x-axis limits - MATLAB - MathWorks
This MATLAB function sets the x-axis limits for the current axes or chart.
imagesc - Display image with scaled colors - MATLAB - MathWorks
imagesc(x,y,C) specifies the image location. Use x and y to specify the locations of the corners corresponding to C(1,1) and C(m,n). To specify both corners, set x and y as two-element …
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.
plot - 2-D line plot - MATLAB - MathWorks
This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.
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.