How to plot big-sized array in matlab??
古いコメントを表示
Hi ,
I have an array of Array(dimension of 10x12000) size. In one plot I want to show All the 10 rows element. I used simple plot(ArrayName). but i am not able to classify the points. Is there any function so that it can create 10 different clusters??
regards
3 件のコメント
Image Analyst
2015 年 2 月 28 日
Is your screen 12,000 pixels across so that you'd see every single one of the 12,000 points in each row? What does "classify" mean to you? You can create 10 clusters with kmeans().
Virtualkeeda
2015 年 2 月 28 日
Image Analyst
2015 年 2 月 28 日
I don't understand. Attach a picture of what you'd like to achieve.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で k-Means and k-Medoids Clustering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!