Correlation matrix graph using excel data

5 ビュー (過去 30 日間)
Rasim Shahzad
Rasim Shahzad 2020 年 12 月 11 日
編集済み: Jon 2020 年 12 月 11 日
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

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by