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

I need to output a clinical report after some image analysis and we don't have access to the report generator with student software.

 Respuesta aceptada

Publish it!
doc publish

2 comentarios

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')
Use sections, i.e. two % signs followed by a space:
imshow(magic(5))
surf(peaks)

Iniciar sesión para comentar.

Más respuestas (1)

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.

Categorías

Más información sobre MATLAB Report Generator en Centro de ayuda y File Exchange.

Preguntada:

el 5 de Mzo. de 2014

Comentada:

el 6 de Mzo. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by