isquietmode
Return true if Nelson started with --quiet option.
📝 Syntax
res = isquietmode()
📤 Output argument
res - a logical true or false
📄 Description
isquietmode returns a logical 1 if Nelson started with --quiet option and a logical 0 otherwise.
💡 Example
disp(isquietmode());🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?