MATLAB: Im getting an error in Matlab command window saying ‘ Matrix dimensions must agree’ for x1=x.*w. Could sum1 say me wats wrong here?

matrixmfcc

Im getting an error in Matlab command window saying ' Matrix dimensions must agree' for x1=x.*w. Could sum1 say me wats wrong here??

Best Answer

Probabaly dimensions of your inputs x & w are not compatible.
Use below command for checking dimensions of x & w:
whos x w