Monday, January 30, 2012

Can I make MATLAB code run silently?

Can I make MATLAB code run silently, without producing any intermediate results or showing any values of matrix or variables?

Yes, the answer is amazingly simple.

Add a semicolon ";" to the end of every line of code

That's it:)