'Find' function doesn't get me all required values
古いコメントを表示
Hello,
I am trying to use the 'find' function in order to locate some data-points that I need to exclude (erase all (:,25)>100)
It works, in that I get back 5 rows in column 25 that are indeed problematic - yet, I've found an additional one, bigger than 100, that 'find' doesn't seem to... find (the problematic :,25 I've found by merely scrolling down the matrix is not among the aforementioned 5 rows MATLAB finds).
I can't seem to get my head around what the problem is so could you please help me with any ideas?
4 件のコメント
Image Analyst
2016 年 4 月 28 日
This is not proper syntax:
find (the problematic :,25
What is your array?
Bianca Elena Ivanof
2016 年 4 月 28 日
編集済み: Bianca Elena Ivanof
2016 年 4 月 28 日
Image Analyst
2016 年 4 月 28 日
編集済み: Image Analyst
2016 年 4 月 28 日
AGAIN, what is your array? Bianca, we don't have your all_operant_data, so how can we help? Type this on the command line and then paste the result back here:
probability_judgment
and also tell us the exact row numbers that you think find() should return.
Bianca Elena Ivanof
2016 年 4 月 28 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!