Correlation matrix graph using excel data

5 visualizzazioni (ultimi 30 giorni)
Rasim Shahzad
Rasim Shahzad il 11 Dic 2020
Modificato: Jon il 11 Dic 2020
How can i plot correlation matrix between variables using excel worksheet?

Risposte (1)

Jon
Jon il 11 Dic 2020
Modificato: Jon il 11 Dic 2020
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

Community Treasure Hunt

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

Start Hunting!

Translated by