Mitre MATB Error Analysis

7 views (last 30 days)
Joe Nuamah
Joe Nuamah on 3 Mar 2016
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);

Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!