답변 있음
System Snapshot results in poor quality images when used with Report Forms
Hi Gerardo, Microsoft provided support for SVG in Office 2016, so make sure you are using Word 2016 or later version to open ...

대략 4년 전 | 0

| 수락됨

답변 있음
R2020b bug? The report generator worked fine until updated to R2020.
Hi John, If you are specifying the Color format in the DOM Table's Style property, that is making the rowsep/colsep to be of ...

대략 4년 전 | 0

답변 있음
how to create many tables report?
You can customize the border for any table row or any specific entry in the table. For example, below code specifies a custom b...

대략 4년 전 | 1

답변 있음
Change the properties of the matlab report generation
You can use mlreportgen.dom.LineSpacing format to programmatically define spacing between the lines of a paragraph in a DOM repo...

대략 4년 전 | 0

답변 있음
How to provide user defined path for report generated
If you are using the DOM API or Report API to generate reports, you can specify the path of the generated report using OutputPat...

대략 4년 전 | 0

답변 있음
How to Join Tables in report generator?
Hi John, You can combine the cell array content and then create the DOM Table: import mlreportgen.dom.* tablecontent1 = {...

대략 4년 전 | 0

| 수락됨

답변 있음
Error in Report Generator
Hi Jana, From your Document creation command, it looks like you are trying to generate a PDF report using a DOCX template, wh...

대략 4년 전 | 1

답변 있음
How to start Header from a later page?
Hi John, For a PDF Page layout, you can define upto 3 types of page headers: one for first page, one for even pages, and one ...

대략 4년 전 | 0

| 수락됨

답변 있음
How to print a figure in a dotx template using report generator
Hi Kenneth, Report Generator provides 2 set of objects: DOM API objects and Report API objects. To know more about them, see ...

대략 4년 전 | 0

| 수락됨

답변 있음
Can individual ColSep('solid') & RowSep('solid') be defined in mlreportgen.dom.(Formal)Table?
Hi John, Yes, borders can be defined for each table entry individually. This can be done by adding the Border format to that ...

대략 4년 전 | 0

| 수락됨

답변 있음
Matlab Report generator help
Hi Caleb, To add more information to the title page, you will have to customize the TitlePage reporter class. Use mlreportgen...

4년 초과 전 | 0

답변 있음
Can I use Japanese in PPT file with the Report Generator?
Hi Yoshio, Yes, you should be able to add Japanese characters in a presentation. In the below example, I added both english ...

4년 초과 전 | 0

답변 있음
Reportgenerator Template/Styles Matlab 2018b
Hi Martin, It looks like you are using the Report API to create report, but using the Report Explorer application to create t...

4년 초과 전 | 0

| 수락됨

답변 있음
Matlab Report Generator: Internal Link in PPT presentation
Hi Andrea, Thank you for your interest in this PPT API feature. This is something the development team is aware of and is con...

4년 초과 전 | 0

답변 있음
Remove line present under column names in table
Hi Sampath, To customize the horizontal rule in the table header, use the HeaderRule property of the DOM MATLABTable class. Thi...

4년 초과 전 | 0

| 수락됨

답변 있음
How can I create a List of Figures in a pdf report created with Report Generator?
Hi Alessio, Considering the exact use case you mentioned, the team plans to add new APIs in R2020b, that will automatically cre...

4년 초과 전 | 0

답변 있음
Add header to the splited tables and omit the "" signs
1) I see that you are converting table numeric data into string using below line of code: new_T = varfun(@(x) num2str(x, ['%' s...

4년 초과 전 | 0

답변 있음
How to scale titlepage image?
Hi John, Considering you are using Report API, you can specify the TitlePage object's Image property as a DOM Image object inst...

4년 초과 전 | 0

| 수락됨

답변 있음
ModelVariableFinder in R2018b?
Model variable reporter and finder classes were introduced in R2019b. Please refer to the Simulink Report Generator release not...

4년 초과 전 | 0

답변 있음
makeDOMCompilable() DOES NOT resolve compiling application with report generator
Hi Farzad, I see that you are using Report Generator PPT API to generate PowerPoint presentations. To compile a PPT API prog...

4년 초과 전 | 2

| 수락됨

답변 있음
new line in report paragraph
Hi Oliver, Set the WhiteSpace property of the Paragraph object to preserve any white spaces and line breaks in the content. F...

4년 초과 전 | 1

| 수락됨

답변 있음
Error saving PDF containing two images
Hi Lluis, The error occurs at line: img2 = Image(BW); Error occurs because mlreportgen.dom.Image does not accept binary ...

4년 초과 전 | 0

| 수락됨

답변 있음
How can I insert a code that is in the MATLAB function block of my model in a report?
Another solution is to first get the Stateflow chart object and then obtain the script code as below: >> chart = slreportgen.ut...

4년 초과 전 | 1

답변 있음
How to include Report Generator in Standalone Applications?
Make sure to use makeDOMCompilable(); See this: https://www.mathworks.com/help/rptgen/ug/compile-a-report-program.html

4년 초과 전 | 1

| 수락됨

답변 있음
What is the difference between the Report and the Document objects?
See the Reporters and DOM Objects section in: https://www.mathworks.com/help/rptgen/ug/what-is-a-reporter.html

거의 5년 전 | 0

답변 있음
Change font of mlreportgen.report.TableOfContents
Hi Christian, I am guessing you are using mlreportgen.report.TableOfContents reporter to create this TOC and you have customi...

거의 5년 전 | 1

| 수락됨

답변 있음
How do I set text to left or right side in tables generated in report generator?
Hi Per, As you want content of some columns to be aligned to the left and content of some columns to be aligned to the right, y...

5년 초과 전 | 1

| 수락됨

답변 있음
How to not include an element in the Table of Content?
Hi Jack, As mentioned in the answer of the linked question, the TOCObj property of TableOfContents reporter was added in R201...

5년 초과 전 | 0

| 수락됨

답변 있음
Make every column of Table the same size
Use mlreportgen.dom.ResizeToFitContents format, see https://www.mathworks.com/help/rptgen/ug/mlreportgen.dom.resizetofitcontents...

5년 초과 전 | 0

| 수락됨

답변 있음
Report generator only showing names of the objects instead of their content
Answered here: https://www.mathworks.com/matlabcentral/answers/473437-report-only-showing-names-of-the-objects-instead-of-their-...

5년 초과 전 | 0

더 보기