![Untitled.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210584/Untitled.png)
Printing live script without code part
52 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to print a live script file without code so that readers can get output and graphics (but not code)?
0 comentarios
Respuestas (2)
Kevin Chng
el 27 de Mzo. de 2019
![Untitled.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210584/Untitled.png)
In 2019a, it allows you to hide the code before exporting.
1 comentario
Daniel Holstein
el 25 de Sept. de 2019
Is there a way to show some code sections, but not others? I am a professor, and sometimes I want to give a code snippet as an example, and then show (for example) a plot I want students to replicate, but I don't want to give them the answer... Thanks!
Yash Trivedi
el 9 de Jul. de 2018
Hi,
The ' publish ' method allows the user to generate a view of the MATLAB file in a specified format. You could publish a file in the HTML or PDF format and then print the published file. The method allows the user to specify a 'showCode' option which is set to true by default but can be set to false. If set to false, it won't include the code in the published file.
Refer to the following documentation for the proper syntax - https://www.mathworks.com/help/matlab/ref/publish.html#btbskip-options
0 comentarios
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!