is there a code that can hide an output on the command window but the item to be hide will be needed on the succeeding formula.
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Kenneth Cantos
il 25 Ago 2016
Commentato: Walter Roberson
il 25 Ago 2016
is there a code that can hide an output on the command window but the item to be hide will be needed on the succeeding formula.
for example:
i will set A=1+2 B=1+3
Formula:
Z=A+B
Z=9
I want to show only the result of Z.
thanks guys.
0 Commenti
Risposta accettata
Più risposte (1)
Kenneth Cantos
il 25 Ago 2016
1 Commento
Walter Roberson
il 25 Ago 2016
Just put semi-colons on the end of the lines that assign to E, F, G, H, and I.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
