Shaded Correlation Table

版本 1.2.0.0 (60.0 KB) 作者: Jaspar Cahill
A correlation table enhanced graphically with shading, with highlighting of upper or lower ranges.
1.4K 次下载
更新时间 2011/1/29

查看许可证

ShadedCorrelationTable produces a correlation table for a set of variables, enhanced graphically with shading according to correlation values.

Upper or lower ranges of correlation values may be highlighted through the interface controls. Two methods are provided to do this: a decay function that softens shading of values of less interest, or, shading according to a discrete threshold.

Pearson's linear correlation coefficient is used.

Usage:

ShadedCorrelationTable(x, xLabels);

Example:

load('demo data.mat');
ShadedCorrelationTable(data.x,data.labels);

引用格式

Jaspar Cahill (2024). Shaded Correlation Table (https://www.mathworks.com/matlabcentral/fileexchange/30151-shaded-correlation-table), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Descriptive Statistics and Visualization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Bug fixed.

1.0.0.0