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 views (last 30 days)
Show older comments
Kenneth Cantos
on 25 Aug 2016
Commented: Walter Roberson
on 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 Comments
Accepted Answer
More Answers (1)
Kenneth Cantos
on 25 Aug 2016
1 Comment
Walter Roberson
on 25 Aug 2016
Just put semi-colons on the end of the lines that assign to E, F, G, H, and I.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!