How can i avoid the output in my command window?

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?

Risposte (1)

Star Strider
Star Strider il 2 Mag 2017
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.

Categorie

Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange

Tag

Richiesto:

il 2 Mag 2017

Risposto:

il 2 Mag 2017

Community Treasure Hunt

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

Start Hunting!

Translated by