Help with Table and Row indexing
Show older comments
Hi,
I have the following table Predictions, where there are 2 Days, 2 different Time points, for 2 different Birds, 3 Tries per day.
I want to:
- Check If the Row number is a True Positive (meaning the column True and Predicted have the same value)
- Check If the Row number is a True Positive and the Predicted value is '1'. Save those Row numbers in a variable called RN.
- From another table T with the same dimentions as the Predictions table, I only want to keep the Row numbers as assigned to RN.
Can you help?
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing 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!