Mitre MATB Error Analysis

7 次查看(过去 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