isequal - objects comparison
isequal compares its arguments. If all of them are equals function returns %t and in the other case it returns %f .
a=[1 2] isequal(a,[1 2]) isequal(a,1)