現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
The goal of this function is to nicely visualize correlations within a data table.
The function computes the correlation matrix of the data, and represents each correlation coefficient with a colored disc: the radius is proportional to the absolute value of correlation, and the color represents the sign of the correlation (red=positive, blue=negative). Variables with low correlation are represented by a small green or yellow disc.
Example of use:
load cities
correlationCircles(ratings, 'varNames', categories)
It is inspired by the contribution of Taiyun Wei for R: http://weitaiyun.blogspot.fr/2009/04/visulization-of-correlation-matrix2.html
引用
David Legland (2026). Correlation circles (https://jp.mathworks.com/matlabcentral/fileexchange/45698-correlation-circles), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Visualization of correlation matrix: mycorrplot_1, mycorrplot_2
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
