Skip to content

Error in UIControl Callback #9

@lhobson13

Description

@lhobson13

I get the following error when processing my file, and I'm not sure why. My .wav files should all be the same but I get this error on a couple of them when I try to process the file.

The logical indices in position 2 contain a true value outside of the array bounds.

Error in syllable_activity_file_stats (line 72)
syllable_data=syllable_data(:,syllable_use==1);

Error in compute_musv (line 93)
[syllable_data, syllable_stats, filestats] = syllable_activity_file_stats(handles, audiofile,
TotNbFrames, syllable_data);

Error in process_file (line 7)
[syllable_data, syllable_stats, filestats,
fs]=compute_musv(wav_dir,wav_items(selected_wav),handles);

Error in processAudioFile_Callback (line 2)
handles=process_file(handles);

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)processAudioFile_Callback(hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions