How can get a correlation plot?
56 次查看(过去 30 天)
显示 更早的评论
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.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1492412/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1492412/image.png)
4 个评论
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.)
回答(1 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!