About 1,190,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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.

  4. 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.

  5. 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.

  6. xlim - Set or query x-axis limits - MATLAB - MathWorks

    This MATLAB function sets the x-axis limits for the current axes or chart.

  7. 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 …

  8. 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.

  9. 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.

  10. 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.