Assign Value to a Specific Position
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
v = [10 5 1 8 -9 0 2 3]
v1 = [0 0 0 0 0 0 0 0]
How do I put maximum value of 'v' to the index position of v1?
2 comentarios
Respuestas (1)
Steven Lord
el 10 de Feb. de 2020
Take a look at the two-output form of the max function. That should provide you enough information to complete that task.
0 comentarios
Ver también
Categorías
Más información sobre Characters and Strings 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!