How do I create a report (.doc or .txt or PDF) with Matlab WITHOUT the report generator?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Golnar
il 5 Mar 2014
Commentato: Sean de Wolski
il 6 Mar 2014
I need to output a clinical report after some image analysis and we don't have access to the report generator with student software.
0 Commenti
Risposta accettata
Sean de Wolski
il 5 Mar 2014
Modificato: Sean de Wolski
il 5 Mar 2014
Publish it!
doc publish
2 Commenti
Sean de Wolski
il 6 Mar 2014
Use sections, i.e. two % signs followed by a space:
imshow(magic(5))
surf(peaks)
Più risposte (1)
Image Analyst
il 6 Mar 2014
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Biomedical Imaging in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!