About 615,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. matlab: how to plot multidimensional array - Stack Overflow

    Jun 19, 2014 · Plot3 () might allow you to show their movement, with time as the z axis. Or you could use the regular plot () and some manual fiddling to plot the paths of all the control points …

  3. The subplot function is used to create a matrix of plots in a single gure window. Syntax: subplot(nrows,ncols,thisPlot) Repeat the values of nrows and ncols for all plots in a single gure …

  4. Sep 18, 2020 · The statement plot(x,y) creates a two-dimensional plot using the array x as the x-axis values and the array y as the y-axis values. The x and y arrays much have the same …

  5. Plotting an Array in MATLAB - A Comprehensive Guide with …

    MATLAB provides a wide range of plotting options to visualize different types of arrays, each designed for specific scenarios: Line charts: Plot an array against another array or variable to …

  6. Plotting a 2D matrix - MATLAB Answers - MATLAB Central

    Jun 27, 2014 · I need to plot a matrix M which is 300*42 in size. On the X axis I need to plot 1:42. On the Y Axis I need to plot the value corresponding to the 42 values. On the Z axis I need to …

  7. Creating 2-D Plots - MATLAB & Simulink - MathWorks

    This example shows how to create 2-D line plots in MATLAB using the plot function. Create a regularly-spaced vector x from 0 to 2*pi using pi/100 as the increment between elements. …

  8. Plot rows of a 2d matrix in matlab - Stack Overflow

    May 21, 2016 · I have a 2d matrix A (100 x 100) where each row contains a signal to be plot. I want to plot all of the signals in the same figure with different color for each row. How can I do …

  9. 2-D and 3-D Plots - MATLAB & Simulink - MathWorks

    Use plots to visualize data. For example, you can compare sets of data, track changes in data over time, or show data distribution. Create plots programmatically using graphics functions or …

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

  11. Some results have been removed
Refresh