How do I convert matlab file to pdf

2,357 次查看(过去 30 天)
I write code in matlab and then ı want to convert pdf, doc or doc x . How can I do this .
  2 个评论
MIN
MIN 2023-10-28
移动:Rik 2023-10-29
I don't want to include picture....how can I do that?

请先登录,再进行评论。

采纳的回答

Cris LaPierre
Cris LaPierre 2020-3-30
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 个评论
Arujan Rajadurai
Arujan Rajadurai 2020-10-10
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 2020-10-10
编辑:Cris LaPierre 2020-10-10
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scripts 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by