find the position (number) where the condition was met
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
[~,Y5] = kmeans(X,5,'Distance','cityblock',...
'Replicates',5,'Options',opts);
Hello! I have such a code, it gives me all the necessary values, to the edge of one, of the place (position number) where he took them, is it possible to find out how these numbers (position coordinates) are. For example, [~, Y4] = min (X1) I know Y4 for sure (I need the coordinates)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!