How do I convert matlab file to pdf

2.337 visualizzazioni (ultimi 30 giorni)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU il 29 Mar 2020
Spostato: Rik il 29 Ott 2023
I write code in matlab and then ı want to convert pdf, doc or doc x . How can I do this .
  2 Commenti
madhan ravi
madhan ravi il 29 Mar 2020
You maybe looking for publish()
doc publish
MIN
MIN il 28 Ott 2023
Spostato: Rik il 29 Ott 2023
I don't want to include picture....how can I do that?

Accedi per commentare.

Risposta accettata

Cris LaPierre
Cris LaPierre il 30 Mar 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 Commenti
Arujan Rajadurai
Arujan Rajadurai il 10 Ott 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 il 10 Ott 2020
Modificato: Cris LaPierre il 10 Ott 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Scripts in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by