フィルターのクリア

How do I convert matlab file to pdf

2,371 ビュー (過去 30 日間)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU 2020 年 3 月 29 日
移動済み: Rik 2023 年 10 月 29 日
I write code in matlab and then ı want to convert pdf, doc or doc x . How can I do this .
  2 件のコメント
madhan ravi
madhan ravi 2020 年 3 月 29 日
You maybe looking for publish()
doc publish
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 Center および File ExchangeScripts についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by