Way to add ' ; ' to blocks of code at once
조회 수: 5 (최근 30일)
이전 댓글 표시
Is there a way to remove the output of blocks of code at once similar to highlighting the code and selecting the comment or uncomment in the Editor of the toolbar or does one have to manually put them end after each command?
댓글 수: 0
채택된 답변
Walter Roberson
2016년 10월 20일
Manually
(unless, that is, you switch to an external editor that has additional facilities. If you do, then be sure to put the ; before start of comments, and be sure not to put the ; on continuation lines.)
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!