find the position (number) where the condition was met

1 visualización (últimos 30 días)
Lev Mihailov
Lev Mihailov el 19 de Nov. de 2019
[~,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)

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by