When running a matlab function, it automatically prints the first output to the command window

When running a matlab function, it seems like it automatically prints the first output to the command window. How do I suppress this?

 採用された回答

Put a semi-colon after the call. For example instead of
my_test(3.5, 81)
put
my_test(3.5, 81);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

質問済み:

2013 年 11 月 26 日

コメント済み:

2013 年 11 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by