Mitre MATB Error Analysis

7 vues (au cours des 30 derniers jours)
Joe Nuamah
Joe Nuamah le 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);

Réponses (0)

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by