Mitre MATB Error Analysis
조회 수: 8 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!