Mitre MATB Error Analysis

조회 수: 8 (최근 30일)
Joe Nuamah
Joe Nuamah 2016년 3월 3일
Hello,
I keep getting the errors below anytime I run the MATB script. I will appreciate your help. Thanks.
>> generate_MATB_task('XML/MATB_EVENTS_1.XML' ,5,'LOW' ,1,1,6,0,[5]); Reading audio files...Done. Creating events...Error using max Matrix dimensions must agree.
Error in generate_MATB_task>create_poisson_events (line 231) intervals = max(min_interval,poissrnd(lambda,[1 num_events+1]));
Error in generate_MATB_task (line 121) comm_event_times_sec = create_poisson_events(duration_sec,num_comm_own_events + num_comm_other_events,min_audio_duration_sec + comm_event_response_window_sec);
>> generate_MATB_task('XML/MATB_EVENTS_2.XML' ,5,'MEDIUM',2,2,9,0,[5]); Reading audio files...Done. Creating events...Error using max Matrix dimensions must agree.
Error in generate_MATB_task>create_poisson_events (line 231) intervals = max(min_interval,poissrnd(lambda,[1 num_events+1]));
Error in generate_MATB_task (line 121) comm_event_times_sec = create_poisson_events(duration_sec,num_comm_own_events + num_comm_other_events,min_audio_duration_sec + comm_event_response_window_sec);
>> generate_MATB_task('XML/MATB_EVENTS_3.XML' ,5,'HIGH' ,4,1,2,0,[5]); Reading audio files...Done. Creating events...Error using max Matrix dimensions must agree.
Error in generate_MATB_task>create_poisson_events (line 231) intervals = max(min_interval,poissrnd(lambda,[1 num_events+1]));
Error in generate_MATB_task (line 121) comm_event_times_sec = create_poisson_events(duration_sec,num_comm_own_events + num_comm_other_events,min_audio_duration_sec + comm_event_response_window_sec);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by