Scatter Plot Matrix

Scatter plot matrix with histogram in diagonal line, correlation coefficients in upper triangular, and scatter plots in the lower triangular

您现在正在关注此提交

An example of this function using 'carsmall' data as below:

load carsmall
scatterPlotMatrix([Acceleration,Cylinders,Displacement,Horsepower,Model_Year,Weight,MPG], {'Acceleration','Cylinders','Displacement','Horsepower','ModelYear','Weight','MPG'})

引用格式

Ningshan Li (2026). Scatter Plot Matrix (https://ww2.mathworks.cn/matlabcentral/fileexchange/71833-scatter-plot-matrix), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.1

All notes in the m file are translated into English, as the Chinese characters can not be shown normally in Matlab.

1.0.0