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 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
その他の回答 (1 件)
Kenneth Cantos
2016 年 8 月 25 日
1 件のコメント
Walter Roberson
2016 年 8 月 25 日
Just put semi-colons on the end of the lines that assign to E, F, G, H, and I.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!