
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.
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.
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?
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.
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.
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 …
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.
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 …
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.
Graphs and Matrices - MATLAB & Simulink Example - MathWorks
This example shows an application of sparse matrices and explains the relationship between graphs and matrices.