How do I plot this on Matlab?
2 次查看(过去 30 天)
显示 更早的评论
I have variables such as amplitude, scew, maximum slope, etc. There are over a thousand objects with each of these variables. How do I plot them all so as to use the whole table as input to MATLAB routines for clustering?
0 个评论
采纳的回答
Walter Roberson
2013-6-10
Why would you plot them to use the input for clustering? The clustering routines take datapoints, not graphics?
Is the idea that by graphing you would "know" how to assign cluster numbers to some (or all) of the points, and then you would submit the data together with the human-assessed labels to the clustering routines? If this is the case, it would seem more logical to assess the points by algorithm instead of by eye.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!