About 801,000 results
Open links in new tab
  1. plot - 2-D line plot - MATLAB - MathWorks

    To plot a set of coordinates connected by line segments, specify X and Y as vectors of the same length. To plot multiple sets of coordinates on the same set of axes, specify at least one of X …

  2. title below the figure - MATLAB Answers - MATLAB Central

    Apr 4, 2011 · When I use text function on 5 plots, the position of the text isn't the same in them all... What could be the problem? And do you know If its possible to have the title on the left …

  3. plot - Plot graph nodes and edges - MATLAB - MathWorks

    Plot the graph using custom coordinates for the nodes. The x-coordinates are specified using XData, the y-coordinates are specified using YData, and the z-coordinates are specified using …

  4. How to Plot MATLAB Graph using Simple Functions and Code?

    Mar 25, 2019 · The simple way, you can draw the plot or graph in MATLAB by using code. When you write the program on the MATLAB editor or command window, you need to follow the …

  5. Chapter 6: Graphing in MATLAB – A Guide to MATLAB for ME 160

    The plot tab in the MATLAB user interface is a handy tool to create involved plots for variables within a MATLAB code. By using the plot tab user can select a variable in the workspace and …

  6. plot - MATLAB, Filling in the area between two sets of data, lines …

    Jun 6, 2011 · You can accomplish this using the function FILL to create filled polygons under the sections of your plots. You will want to plot the lines and polygons in the order you want them …

  7. MATLAB Plotting Techniques - Online Tutorials Library

    MATLAB provides eight basic color options for drawing graphs. The following table shows the colors and their codes −. Let us draw the graph of two polynomials. Create a script file and …

  8. How do I mark (or) shade the area below the graph of Surface plot

    May 29, 2019 · I am trying to plot a 3D surface graph for the following equation t_t <= (xi_i - xi_j) . sqrt(rho). I have included my code. But I would like to mark or shade the area under the graph …

  9. 10 Types of MATLAB 2D Plot Explained with Examples and Code

    Apr 9, 2019 · Here is a list of 10 various MATLAB 2D plots. Now, I am describing each 2D plots by using the MATLAB code and its decorating functions in details. 1. Area Plot. In the Area …

  10. How to Plot a Graph in MATLAB - 24HourAnswers

    Jun 22, 2022 · MATLAB Figure: exp(x) with manually selected x and y axes. Set Axis Scales. The axis function lets you set the scales for both axes with minimum and maximum values for each …

  11. Some results have been removed