How to increment cluster value at specific position?
2 ビュー (過去 30 日間)
古いコメントを表示
hello dear...!
i have some problem kindly help me...
how i'll do this if i have 6x3matrix values and one label 6x1matrix, so If any value at specific Row and Col is 1 in a specific cluster so inrement cluster value at that position...thanks in advance
M2 = xlsread('Mat.xlsx');
disp(M2);
act_label= xlsread('Cluster.xlsx');
disp(act_label);
....?
M2_Neg = ~(M2);
disp(M2_Neg);
2 件のコメント
Image Analyst
2019 年 3 月 14 日
You forgot to attach 'Mat.xlsx' and 'Cluster.xlsx', and what you expect as the output. We'll check back later after you do this.
回答 (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!