MATLAB: How to disable fmincon from output notices

displayfminconMATLABoption

Hi!
I'm using fmincon to solve optimization problems. And I don't particularly want fmincon to tell me that:
_Local minimum possible. Constraints satisfied.
fmincon stopped because the predicted change in the objective function is less than the default value of the function tolerance and constraints are satisfied to within the default value of the constraint tolerance.
No active inequalities. _
It is quite annoying when I'm using fmincon in every iteration of a loop. Can this output be disabled? I read through fmincon's on-line documentation but didn't find an option for that purpose.
Xianwen