Correlation matrix graph using excel data

4 次查看(过去 30 天)
How can i plot correlation matrix between variables using excel worksheet?

回答(1 个)

Jon
Jon 2020-12-11
编辑:Jon 2020-12-11
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