MATLAB: How can i display nothing in the screen

statisticstime series

I am using semicolon after each comand, but i have still all the procedure to run in my screen. There is a way to make this invisible, in order to gain time?

Best Answer

Do you have an echo on anywhere in your code? If so, remove it and disable echoing by:
echo off
echo off all
Related Question