필터 지우기
필터 지우기

How can get a correlation plot?

조회 수: 90 (최근 30일)
Roja Eliza
Roja Eliza 2023년 9월 25일
댓글: Roja Eliza 2023년 9월 26일
How do I create this kind of correlation plot using corrplot function. Suppose I have 8 variables with multiple valueses in an excel table sheet. Also how can i get the r2 values with *marks along the sides of r2 values showing the relationship is significant or not.
  댓글 수: 4
the cyclist
the cyclist 2023년 9월 26일
편집: the cyclist 2023년 9월 26일
Can you upload the data? (You can use the paper clip icon in the INSERT section of the toolbar.)
Either upload y itself in a MAT file, or upload your Excel file and the code that takes you from Excel to y. (Doing the latter is probably better, because maybe that is where something you are doing is going wrong.)
Roja Eliza
Roja Eliza 2023년 9월 26일
I figured it out actually. I had to write the data matrix completely in the script then use the corrplot function to make it work. But thanks for the suggestion I ll try your way too to make the code more simple and easy.

댓글을 달려면 로그인하십시오.

답변 (1개)

the cyclist
the cyclist 2023년 9월 25일
Here is one plan of action:
  • Use the readtable function to load your data into MATLAB
  • Use corrplot to get the plot
  • Use the corr function to obtain the P values for the correlations
  • Use text or annotation to add a symbol next to the significant values
  댓글 수: 1
Roja Eliza
Roja Eliza 2023년 9월 26일
Thank you. I have already and exactly tried what you have suggested. Also as I can see from the example given from the corrplot help section in matlab that it should automatically give the r2 values. I keep getting these error message " Format of table or timetable X is invalid, or it contains invalid data. Tables cannot be nested inside other tables or timetables, relevant variables must contain numeric data, and related variables must contain the same number of paths."

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by