Find rows with maximum number and replace them with 1
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Maryam Hamrahi
el 8 de Ag. de 2016
Comentada: Maryam Hamrahi
el 8 de Ag. de 2016
I have a matrix with n rows and 1 column. I would like to find row which have the maximum number. Then, replace 1 in these rows and replace 0 in other rows.
For instance: I have matrix A and I would like to produce matrix B.
A=
5
0
0
4
3
0
B=
0
1
1
0
0
1
0 comentarios
Respuesta aceptada
Más respuestas (2)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!