Correlation matrix graph using excel data

Respuestas (1)

Jon
Jon el 11 de Dic. de 2020
Editada: Jon el 11 de Dic. de 2020

0 votos

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

Preguntada:

el 11 de Dic. de 2020

Editada:

Jon
el 11 de Dic. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by