MATLAB: Error for equality of default

equality

i have this error:
Incorrect use of '=' operator. To assign a value to a variable, use '='. To compare values for equality, use '=='.
line: 12946
but in that line, there is just code of matlab which i can not edit it :
% Component initialization
methods (Access = private)
how can i solve it?

Best Answer

Look at your code above this line for the true error.