res = isquietmode()
isquietmode returns a logical 1 if Nelson started with --quiet option and a logical 0 otherwise.
disp(isquietmode());