From: T on
Hello!

I'm using the quadprog function and have already set

options = optimset('Display','off');

(tried with both upper and lowercase 'd') but I'm still getting this output every run

Iteration 1: a few Ritz values of the 20-by-20 matrix:
0
0

Is there a way to suppress this output too? I run this quadprog many, many times and it would be really nice to not have the command window cluttered up and scrolling so I could look at some meaningful output every iteration.
Thanks!
Travis