live script to pdf without code output in the file

19 views (last 30 days)
help urgent need.
how can i make a pdf of live script that only has text and code, but no code output
as i have inputet manually the code result (output) i dont want the code output in the pdf file.
can i block then or silece them some how
regards

Accepted Answer

Cris LaPierre
Cris LaPierre on 14 Feb 2021
If I clear the output in my live script (View > Clear all output), then use the export to pdf option (Live Editor > Save > Export to PDF), it only includes what I see in the live script. It does not run the code first.
  1 Comment
Mikkel Star
Mikkel Star on 14 Feb 2021
it works thanks, also just putting ";" at det end of all the code (wich is simple and almost stupid that i forgot that) and rerun the script works. but its only an option if you dont have hundreds of lines. il prefere you method anyday.
so thank you

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!