Im new to Octave and playing around with the console.
why when comparing matrices, the expression is not evaluates as boolean :
example:
>>
== is for element-wise comparison of two matrices. To check whether two matrices are same or not, use isequal.