Skip to content
Advertisement

Tag: suppress-warnings

How to suppress warnings in GNU octave

I am using Octave version 3.4.3, and I get this warning: I know why this warning occurs, I just want to make the warning not appear on screen when run. I know I can suppress ALL warnings by putting this command at the top of my octave program: Docs: https://octave.sourceforge.io/octave/function/warning.html But that disables all warnings which is bad form. How

Advertisement