Suppressing a function's command window output in Matlab
Posted
by Ali
on Stack Overflow
See other posts from Stack Overflow
or by Ali
Published on 2010-06-12T18:12:01Z
Indexed on
2010/06/12
20:12 UTC
Read the original article
Hit count: 276
matlab
A function I'm using has "display()" in it (or other things that display messages on command window), so it outputs a lot of things (x 1200) on command line when I run my code, which makes things hard to track and observe.
Is there a way to suppress the output of this specific function? Ending the statement with semicolon obviously doesn't help.
© Stack Overflow or respective owner