How do I create a report (.doc or .txt or PDF) with Matlab WITHOUT the report generator?

조회 수: 9 (최근 30일)
I need to output a clinical report after some image analysis and we don't have access to the report generator with student software.

채택된 답변

Sean de Wolski
Sean de Wolski 2014년 3월 5일
편집: Sean de Wolski 2014년 3월 5일
Publish it!
doc publish
  댓글 수: 2
Golnar
Golnar 2014년 3월 6일
How can I include the figures that are produced in the code in the pdf? and exclude some portions of the code from being printed?
publish('clinicalreport.m','pdf')
Sean de Wolski
Sean de Wolski 2014년 3월 6일
Use sections, i.e. two % signs followed by a space:
imshow(magic(5))
surf(peaks)

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 3월 6일
You can use ActiveX to control MATLAB, but I think it would be extraordinarily difficult to create a nicely formatted document this way. Just simple text would be fine/easy. Formatting and setting margins a little more difficult, and doing things like figures with captions, tables, equations, etc. would be pretty difficult.

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by