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 Exchange에서 Get 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