How do I convert matlab file to pdf

2 350 vues (au cours des 30 derniers jours)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU le 29 Mar 2020
Déplacé(e) : Rik le 29 Oct 2023
I write code in matlab and then ı want to convert pdf, doc or doc x . How can I do this .
  2 commentaires
madhan ravi
madhan ravi le 29 Mar 2020
You maybe looking for publish()
doc publish
MIN
MIN le 28 Oct 2023
Déplacé(e) : Rik le 29 Oct 2023
I don't want to include picture....how can I do that?

Connectez-vous pour commenter.

Réponse acceptée

Cris LaPierre
Cris LaPierre le 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 commentaires
Arujan Rajadurai
Arujan Rajadurai le 10 Oct 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 le 10 Oct 2020
Modifié(e) : Cris LaPierre le 10 Oct 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Scripts dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by