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

6 vues (au cours des 30 derniers jours)
QiQin Zhan
QiQin Zhan le 1 Mar 2013
Commenté : Steven Lord le 21 Oct 2022
How can I exclude some code from being published to document?

Réponses (1)

Thomas Busch
Thomas Busch le 21 Oct 2022
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 commentaire
Steven Lord
Steven Lord le 21 Oct 2022
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.

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by