How can I exclude some code from being published to document?

조회 수: 6 (최근 30일)
QiQin Zhan
QiQin Zhan 2013년 3월 1일
댓글: Steven Lord 2022년 10월 21일
How can I exclude some code from being published to document?

답변 (1개)

Thomas Busch
Thomas Busch 2022년 10월 21일
I have this question, too. My example has a lot of extra plotting and annotation to explain the code snippet, but it really adds nothing to the basic example. I'd like to exclude everything except the lines that actually exercise the function.
  댓글 수: 1
Steven Lord
Steven Lord 2022년 10월 21일
One relatively easy way to do this would be to extract those "extra plotting and annotation" lines of code into a separate function (perhaps one that you include at the end of the file as kind of an appendix) that you can call from the document to be published. The published code would include the call to the function in the location from which it is called, but if you give it a name that clearly indicates that it's a helper readers of the published document may simply accept it and move on to read the more relevant explanation of the functionality you're demonstrating.
If you're doing the same type of plotting and annotating in multiple documents, this also facilitates code reuse.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by