Stop getting debug output when I run a script

Hi,
Using MATLAB R2012b.
Whenever I run a script by typing its name at the command prompt, even though all the lines in the script are terminated with semicolons, I get a lot of debug output in the command window. I'm assuming there is some option in preferences to turn this on and off, but I cannot find this. How do I suppress this debugging information?

 채택된 답변

Image Analyst
Image Analyst 2012년 10월 28일

1 개 추천

Try saying
>> echo off
in the command window and see if that fixes it. If it doesn't, search your m-file(s) to see if something is turning echo back on.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

태그

질문:

2012년 10월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by