Correlation matrix graph using excel data
Afficher commentaires plus anciens
How can i plot correlation matrix between variables using excel worksheet?
Réponses (1)
Get the data from the Excel worksheet into MATLAB matrices using readmatrix, then use MATLAB's corr function
You can get documentation for those two functions by typing doc readmatrix and doc corr on the command line
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!