Matlab find an element in matrix
Ältere Kommentare anzeigen
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 Kommentar
Azzi Abdelmalek
am 8 Jul. 2015
What is x?
Akzeptierte Antwort
Weitere Antworten (1)
It means your matrix 'x' does not have an element that is equal to q^2.
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!