You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently started using Matlab so I apologise in advance if this is a stupid question.
I am trying to work on TIMIT dataset. While running the file :run_test_single_model.m, after downloading the pertained model, I am facing the following errors,
Error using horzcat
Dimensions of arrays being concatenated are not consistent.
Error in stft2 (line 82)
x = [zeros( 1, sz+pd-hp, cl) s zeros( 1, sz+pd,
cl)]';
Hi, I recently started using Matlab so I apologise in advance if this is a stupid question.
I am trying to work on TIMIT dataset. While running the file :run_test_single_model.m, after downloading the pertained model, I am facing the following errors,
Would be great if you could help me out, thank you!
The text was updated successfully, but these errors were encountered: