フィルターのクリア

Stop getting debug output when I run a script

1 回表示 (過去 30 日間)
Matthew
Matthew 2012 年 10 月 28 日
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 日
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 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by