Matlab find an element in matrix
Afficher commentaires plus anciens
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 commentaire
Azzi Abdelmalek
le 8 Juil 2015
What is x?
Réponse acceptée
Plus de réponses (1)
It means your matrix 'x' does not have an element that is equal to q^2.
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!