matlab si plus grand que

if A > B
  C = A;
else
  C = B;
end
Its me