Matlab find an element in matrix
Mostra commenti meno recenti
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 Commento
Azzi Abdelmalek
il 8 Lug 2015
What is x?
Risposta accettata
Più risposte (1)
It means your matrix 'x' does not have an element that is equal to q^2.
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!