How to obtain a logical array?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Deepa Maheshvare
el 30 de Ag. de 2020
Respondida: KSSV
el 30 de Ag. de 2020
I have an array
X = 1:10
using find to check for an element returns
find(X==10)
ans
10
I would like to know how to return a logical array instead of a single value.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos 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!