How can i avoid the output in my command window?

1 次查看(过去 30 天)
How can i avoid the output in my command window? Because my code is huge. I forgot many times to use ";" at the end of my... Is there a special command which i can set at the beginning of my code?

回答(1 个)

Star Strider
Star Strider 2017-5-2
You can experiment with the echo (link) function.
Otherwise, you have to go through your code and insert the semicolons (;) at the end of each line you want to suppress the output of.

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by