Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Change the properties of the matlab report generation
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I need to change the spacement between lines in matlab report generator. Anyone work with this software and help me?
댓글 수: 0
답변 (2개)
Shantanu Dwivedi
2020년 11월 2일
You can generate custom reports with MATLAB Report Generator using DOM API. With the DOM API you can generate a tailor-made report for any kind of application in Microsoft Word, PowerPoint, PDF, or HTML.
Here is an article which illustrates the steps for creating a custom template using DOM API -
댓글 수: 0
Rahul Singhal
2020년 11월 9일
You can use mlreportgen.dom.LineSpacing format to programmatically define spacing between the lines of a paragraph in a DOM report.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!