Symantic Error in built-in find function
Show older comments
Hi everyone. I am using MATLAB built-in function "find" for finding the number of instances of a particular value present in every array or vector. But the problem is that this "find" misses instances. For example: I have a vector of 100 values ranging from 2 to 8. I use find function to calculate the number instances of every value. The problem here is that "find" function detects only lets say 80 or 90 instances. It leaves out others. Any suggestions please?
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices 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!