Correlation matrix graph using excel data
显示 更早的评论
How can i plot correlation matrix between variables using excel worksheet?
回答(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
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!