Matlab find an element in matrix
Mostrar comentarios más antiguos
hello, I have a matrix that has many elements and I would like to know if I have a specific element on it All my variables are symbolic at this point. I already used : [i,j] = find( x==q^2) the output: i =
[]
j =
[]
so whats this means? I Have it somewhere or not?
1 comentario
Azzi Abdelmalek
el 8 de Jul. de 2015
What is x?
Respuesta aceptada
Más respuestas (1)
It means your matrix 'x' does not have an element that is equal to q^2.
Categorías
Más información sobre Linear Algebra 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!