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.
조회 수: 2 (최근 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!