Shaded Correlation Table
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);
Zitieren als
Jaspar Cahill (2024). Shaded Correlation Table (https://www.mathworks.com/matlabcentral/fileexchange/30151-shaded-correlation-table), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization >
Tags
Quellenangaben
Inspiriert von: usercolormap, rotateXLabels( ax, angle, varargin )
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
ShadedCorrelationTable/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Bug fixed. |
||
1.0.0.0 |