How do I convert matlab file to pdf

조회 수: 2,310 (최근 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 CenterFile Exchange에서 Scripts에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by