Borrar filtros
Borrar filtros

How do I convert matlab file to pdf

2.361 visualizaciones (últimos 30 días)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU el 29 de Mzo. de 2020
Movida: Rik el 29 de Oct. de 2023
I write code in matlab and then ı want to convert pdf, doc or doc x . How can I do this .
  2 comentarios
madhan ravi
madhan ravi el 29 de Mzo. de 2020
You maybe looking for publish()
doc publish
MIN
MIN el 28 de Oct. de 2023
Movida: Rik el 29 de Oct. de 2023
I don't want to include picture....how can I do that?

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 30 de Mzo. de 2020
If you are using a live script, the is an "Export to pdf" option in the Save menu on the home tab. Click the down arrow to expand the menu to see this and other options.
  3 comentarios
Arujan Rajadurai
Arujan Rajadurai el 10 de Oct. de 2020
How about if I'm just using a script (not live), is there a way to print my script as a pdf?
Thank you!
Cris LaPierre
Cris LaPierre el 10 de Oct. de 2020
Editada: Cris LaPierre el 10 de Oct. de 2020
Use the publish function.
publish('script.m','pdf')
You should also see a Publish tab when viewing a *.m script in the editor. Follow these steps to use a graphical approach.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Scripts en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by