About 2,500,000 results
Open links in new tab
  1. Create Chart with Two y-Axes - MATLAB & Simulink - MathWorks

    This example shows how to create a chart with y -axes on the left and right sides using the yyaxis function. It also shows how to label each axis, combine multiple plots, and clear the plots associated …

  2. yyaxis - Create chart with two y-axes - MATLAB - MathWorks

    Add a second y -axis to the top axes by specifying ax1 as the first input to yyaxis. If you do not specify the axes, then yyaxis adds a second y -axis to the current axes.

  3. Display Data with Multiple Scales and Axes Limits - MathWorks

    To plot two sets of data with separate x - and y -axes, create two separate axes objects in a tiled chart layout. Within one of the axes objects, move the x -axis to the top of the plot box, and move the y …

  4. Modify Properties of Charts with Two y-Axes - MATLAB & Simulink

    Modify charts with two y-axes by setting axes properties or by accessing the underlying ruler objects.

  5. plotyy - (Not recommended) Create graph with two y-axes - MATLAB

    This MATLAB function plots Y1 against X1 with y-axis labeling on the left and plots Y2 against X2 with y-axis labeling on the right.

  6. Specify Axis Limits - MATLAB & Simulink - MathWorks

    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 reverse the direction of …

  7. ylim - Set or query y-axis limits - MATLAB - MathWorks

    MATLAB selects the limits based on the range of your data and the value of the YLimitMethod property of the axes. If you plot into the axes multiple times, the limits update to encompass all the data.

  8. Combine Line and Bar Charts Using Two y-Axes - MATLAB & Simulink

    This example shows how to combine a line chart and a bar chart using two different y-axes.

  9. axis - Set axis limits and aspect ratios - MATLAB - MathWorks

    If you do not specify the axes, then axis sets the limits for the current axes (gca). When you specify the axes, use single quotes around other input arguments that are character vectors.

  10. Multiple y axes on single x axis - MATLAB Answers - MathWorks

    Apr 30, 2019 · Here's a demo that you can adapt to your needs. The critical steps are setting the axis ticks and making sure the spacing is the same between axes. I use the grid feature for both axes to …