How to spot infinite loops
I am working on feature extraction for eeg data. However, everytime I run the code it just keep percolating through the 4th file for the same first 10/56 features. I have checked all the for loops to make sure they have the appropriate end to them. It looks like its working for the first file and it will try to go to file two and then it just redoes that file over and over only for the first 10 features.I am working on feature extraction for eeg data. However, everytime I run the code it just keep percolating through the 4th file for the same first 10/56 features. I have checked all the for loops to make sure they have the appropriate end to them. It looks like its working for the first file and it will try to go to file two and then it just redoes that file over and over only for the first 10 features. I am working on feature extraction for eeg data. However, everytime I run the code it just keep percolating through the 4th file for the same first 10/56 features. I have checked all the for loops to make sure they have the appropriate end to them. It looks like its working for the first file and it will try to go to file two and then it just redoes that file over and over only for the first 10 features. #infinite #loops MATLAB Answers — New Questions