plotmatrixcorr

Easy way to generate a scatter plot including a linear fit.

現在この提出コンテンツをフォロー中です。

PLOTMATRIXCORR The function takes each column of a matrix as a variable
and create the scatter plot of the correlation between variables.
The function sets a linear model to the data and graph the results in
the upper diagonal matrix. In the main diagonal places the name of the
variable and the lower triangular matrix shows the linear fit equation,
the coefficient of determination and Pearson correlation.

PLOTMATRIXCORR(X) scatter plots the columns of X where each column
represents a variable
PLOTMATRIXCORR(X,LABELS) put the labels of LABELS input into the main
diagonal (P1, P2, P3,..., Pn as default)
Example

r=rand(5);
plotmatrixcorr(r)

By Saul Arciniega Esparza
zaul.ae@gmail.com
27/08/2015
Inspired in PLOTMATRIX of Clay M. Thompson 10-3-94

引用

Saul Arciniega (2026). plotmatrixcorr (https://jp.mathworks.com/matlabcentral/fileexchange/52721-plotmatrixcorr), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersDiscrete Data Plots についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0