How to make pairplots using gplotmatrix?
显示 更早的评论
Attached is the data of three categories. I need to make pairplots for them. They have different length. How can I swal with data that has different length?
According to the data, B10 with the value of "8331" what would be its pair in B1?
And my next question is that how I can define "group" for gplotmatrix in the data that I have? Should it be like
group={'B1','B10','HE'}
And do you have any other suggestion to make pairplots other than gplotmatrix?
3 个评论
Star Strider
2020-2-22
How are the data related? (Note that ‘B10’ appears to have finite values for all 34 rows, while ‘B1’ and ‘He’ do not have the same number of finite elements.) Interpolating them does not appear to be an option, so it would be necessary to devise some sort of function that relates them.
If no such relation exists, it may not be possible to do what you want to do with your data.
Zeynab Mousavikhamene
2020-2-23
Star Strider
2020-2-23
You can do that for the complete data you have. Use those to develop a classifier, then classify the rest of your data using that classifier. That is as close as I can get, however.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Pattern Recognition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!