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.
0 个评论
采纳的回答
Sean de Wolski
2014-3-5
编辑:Sean de Wolski
2014-3-5
Publish it!
doc publish
2 个评论
Sean de Wolski
2014-3-6
Use sections, i.e. two % signs followed by a space:
imshow(magic(5))
surf(peaks)
更多回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!