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.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kenneth Cantos
am 25 Aug. 2016
Kommentiert: Walter Roberson
am 25 Aug. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Kenneth Cantos
am 25 Aug. 2016
1 Kommentar
Walter Roberson
am 25 Aug. 2016
Just put semi-colons on the end of the lines that assign to E, F, G, H, and I.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!