PDA

View Full Version : Need Matlab help


starbaj12
Oct5-04, 08:34 PM
What does it mean when it says error: Vectors must be the same lengths

TenaliRaman
Oct5-04, 08:50 PM
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