this usually occurs when arguments to a function are required to be of same length especially in something like plot(A,B) ...
As u know anything and everything in MATLAB is a matrix and ofcourse arguments are vectors. So u must have called some function with arguments which needs argument with equal "number" of values ...
-- AI