About 245,000 results
Open links in new tab
  1. plotmatrix - Scatter plot matrix - MATLAB - MathWorks

    This MATLAB function creates a matrix of subaxes containing scatter plots of the columns of X against the columns of 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.

  3. How to plot a matrix? - MATLAB Answers - MATLAB Central

    Sep 25, 2012 · Plot Matrix isn't a plot function for a matrix, it provides a matrix of different plots. You'll want to use the standard plot function, can you provide some sample data?

  4. gplotmatrix - Matrix of scatter plots by group - MATLAB

    This MATLAB function creates a matrix of scatter plots and histograms of the data in X, grouped by the grouping variable in group.

  5. contour - Contour plot of matrix - MATLAB - MathWorks

    This MATLAB function creates a contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.

  6. Plotting matrix columns - MATLAB Answers - MATLAB Central

    May 9, 2011 · Starting with a 2D matrix I was able to plot it with the first column as the X axis and generate individual sub plots of the remanining columns. Each column was its own plot with …

  7. heatmap - Create heatmap chart - MATLAB - MathWorks

    Create a matrix of data. Then create a heatmap of the matrix values. The default labels along the x -axis and y -axis appear as 1, 2, 3, and so on.

  8. plot3 - 3-D line plot - MATLAB - MathWorks

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

  9. corrplot - Plot variable correlations - MATLAB - MathWorks

    This MATLAB function plots Pearson's correlation coefficients between all pairs of variables in the input matrix of time series data.

  10. Graphs and Matrices - MATLAB & Simulink Example - MathWorks

    This example shows an application of sparse matrices and explains the relationship between graphs and matrices.