Info
此问题已关闭。 请重新打开它进行编辑或回答。
why do i get error like matrix dimension must agree?
1 次查看(过去 30 天)
显示 更早的评论
I got following error, while run attached file, can you please give suggest to clear the error. ERROR: Matrix dimensions must agree. Error in mfcc_pca (line 119) sr=Tp./repmat(stdr,30,1);
2 个评论
madhan ravi
2018-10-29
What does size(Tp) and size(repmat(std,30,1) show they must have same number of elements if you want to perform division.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!