Info

This question is closed. Reopen it to edit or answer.

How do I locate and mark indexes in my data?

1 view (last 30 days)
Serhat Sayim
Serhat Sayim on 9 May 2021
Closed: Rik on 9 May 2021
I have a 1x144000 scale "ses" file. With the code "buffer," I translated them into 400x720 arrays with 200 overlap. I calculated a value (feature) called mean crossing irregularity based on this detail, and this is a 1x720 size file. I choose 0.4 as the threshold based on this estimate. I've made a table that labels those with a value greater than 0.4 as "non-wheeze" and those with a value less than 0.4 as "wheeze". My goal is to find the indexes for these "wheezes" and mark them with vertical lines in the "ses" file, but I can't find the indexes, so I can't mark them. The codes are shown in the attachments, as well as a table for labeling wheezes and non-wheezes. Can you help me to do this? Thank you.
  1 Comment
Rik
Rik on 9 May 2021
@furkan akhan just posted an equivalent question, so I'm closing this as a duplicate.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!