Script displays every line while running

I am using 2012a version. When I run a script from F5 or play button, it writes every line on the command window. How do I make this not print every line? Is there an option I must disable?
Other things that do work properly: If I execute current cell (Ctrl+Enter) or Ctrl+Shift+Enter, then it does not display in the command window. If I highlight one line and press F9, it will display the selected line. Thanks

 Accepted Answer

Try
echo off

1 Comment

thanks. It worked. For some reason. restarting matlab worked one time. but not every time

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!