Convert vector position to real number
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Krish Desai
el 11 de Oct. de 2015
Respondida: Matt J
el 12 de Oct. de 2015
Really simple question, I have the following:
>> vec=[44 3 2 9 11 6]
vec =
44 3 2 9 11 6
>> find(vec>6)
ans =
1 4 5
How do I convert the values into their real number? As in how do I have 44 9 11 show up
1 comentario
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion 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!