Matrix element comparision ?
Mostrar comentarios más antiguos
i have a matrix:
3 0
1 2
1 4
i can find the smallest element in 1st column i.e. 1 & 0 in the second column.
I need to assign a variable as 0 for each multiple similar element in a single column i.e 1 & 1 in the 1st column & assign 1 to only one unique element in single column i.e 0 in 2nd column.
3 comentarios
What do you mean by assigning a value? To what? Could you provide an example of the expected output? I'm assuming you're referring to graph transversal but I can't quite picture the final output.
anshuman mishra
el 13 de Dic. de 2019
Editada: anshuman mishra
el 13 de Dic. de 2019
anshuman mishra
el 13 de Dic. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!