Matlab find an element in matrix
Show older comments
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 Comment
Azzi Abdelmalek
on 8 Jul 2015
What is x?
Accepted Answer
More Answers (1)
It means your matrix 'x' does not have an element that is equal to q^2.
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!